Browse Source

Fix bug in makefile that prevented running the website publish.

pull/4286/head
Matt Keeler 7 years ago
parent
commit
c3c763a52e
  1. 2
      GNUmakefile

2
GNUmakefile

@ -79,7 +79,7 @@ PUB_GIT_ARG=
endif endif
ifeq ($(PUB_WEBSITE),1) ifeq ($(PUB_WEBSITE),1)
PUB_WEBSITE_ARG=-g PUB_WEBSITE_ARG=-w
else else
PUB_WEBSITE_ARG= PUB_WEBSITE_ARG=
endif endif

Loading…
Cancel
Save