This website works better with JavaScript.
홈
탐색
도움말
로그인
davidbgk
/
media-larlet-fr
보기
1
좋아요
0
포크
0
코드
릴리즈
0
Activity
소스 검색
Remove useless echo in Makefile
master
Marien Fressinaud
6 년 전
부모
e0bfee5c0b
커밋
77fb6db6db
1개의 변경된 파일
과
0개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
변경상태 보기
0
1
Makefile
+ 0
- 1
Makefile
파일 보기
@@ -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…
취소
저장