Explorar el Código

piccolo miglioramento make serve

boyska hace 5 años
padre
commit
bbb010e90e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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