Ver código fonte

piccolo miglioramento make serve

boyska 5 anos atrás
pai
commit
bbb010e90e
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -45,6 +45,7 @@ regenerate:
 	$(PELICAN) -r $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS)
 
 serve:
+	echo http://localhost:8000/
 ifdef PORT
 	pelican -lr -p $(PORT)
 else