Browse Source

piccolo miglioramento make serve

boyska 4 years ago
parent
commit
bbb010e90e
1 changed files with 1 additions and 0 deletions
  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