/ ‘Makefile’
This commit is contained in:
parent
032dd3b2a6
commit
53f0bb8673
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -63,10 +63,10 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
serve-local:
|
serve-local:
|
||||||
ifdef SERVER
|
ifdef PORT
|
||||||
$(PELICAN) -l $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILELOCAL) $(PELICANOPTS) -p $(PORT) -b $(SERVER)
|
|
||||||
else
|
|
||||||
$(PELICAN) -l $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILELOCAL) $(PELICANOPTS) -p $(PORT)
|
$(PELICAN) -l $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILELOCAL) $(PELICANOPTS) -p $(PORT)
|
||||||
|
else
|
||||||
|
$(PELICAN) -l $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILELOCAL) $(PELICANOPTS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue