forked from boyska/sito-hackit-19
piccolo miglioramento make serve
This commit is contained in:
parent
71141d4821
commit
bbb010e90e
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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
|
||||
|
|
Loading…
Reference in a new issue