aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/makefile b/makefile
index c7ade35..5575ae5 100644
--- a/makefile
+++ b/makefile
@@ -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)