Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
davidbgk
/
media-larlet-fr
Observar
1
Favorito
0
Fork
0
Código
Versões
0
Atividade
Ver código fonte
Remove useless echo in Makefile
master
Marien Fressinaud
6 anos atrás
pai
e0bfee5c0b
commit
77fb6db6db
1 arquivos alterados
com
0 adições
e
1 exclusões
Visão dividida
Mostrar estatísticas do Diff
0
1
Makefile
+ 0
- 1
Makefile
Ver arquivo
@@ -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
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar