diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -22,7 +22,10 @@ ifeq ($(PREFIX),) PREFIX := /usr/local endif -all: compile sync +all: genopts compile sync + +genopts: + @gengetopt -i ${CURDIR}/options.ggo -G --output-dir=$(SRC) compile: $(BUILD) $(OBJS) $(BUILD)/bloc |