1
0
Fork 0

piccolo miglioramento make serve

This commit is contained in:
boyska 2019-05-29 21:31:08 +02:00
parent 71141d4821
commit bbb010e90e

View file

@ -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