This website works better with JavaScript.
Home
Explore
Help
Sign In
davidbgk
/
media-larlet-fr
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Remove useless echo in Makefile
master
Marien Fressinaud
6 years ago
parent
e0bfee5c0b
commit
77fb6db6db
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
Makefile
+ 0
- 1
Makefile
View File
@@ -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…
Cancel
Save