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