This website works better with JavaScript.
Ana Sayfa
Keşfet
Yardım
Giriş Yap
davidbgk
/
media-larlet-fr
İzle
1
Yıldızla
0
Çatalla
0
Kod
Sürümler
0
Aktivite
Kaynağa Gözat
Remove useless echo in Makefile
master
Marien Fressinaud
6 yıl önce
ebeveyn
e0bfee5c0b
işleme
77fb6db6db
1 değiştirilmiş dosya
ile
0 ekleme
ve
1 silme
Görünümü Böl
Farklılık Durumunu Göster
0
1
Makefile
+ 0
- 1
Makefile
Dosyayı Görüntüle
@@ -22,7 +22,6 @@ serve: build ## Serve the website (development)
.PHONY: publish
publish: build ## Publish the website online (rsync)
echo $(SERVER_OUTPUT)
rsync -P -rvzc --cvs-exclude --delete ./output/ $(SERVER_OUTPUT)
.PHONY: help
Write
Preview
Loading…
İptal
Kaydet