/ ‘Makefile’

This commit is contained in:
Dooho Yi 2020-05-06 12:13:25 +09:00
parent 032dd3b2a6
commit 53f0bb8673

View file

@ -63,10 +63,10 @@ else
endif
serve-local:
ifdef SERVER
$(PELICAN) -l $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILELOCAL) $(PELICANOPTS) -p $(PORT) -b $(SERVER)
else
ifdef PORT
$(PELICAN) -l $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILELOCAL) $(PELICANOPTS) -p $(PORT)
else
$(PELICAN) -l $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILELOCAL) $(PELICANOPTS)
endif