Sfoglia il codice sorgente

piccolo miglioramento make serve

boyska 5 anni fa
parent
commit
bbb010e90e
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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