diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 45bcb8e52..5d2279a17 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -4,6 +4,9 @@ TOPDIR:= $(shell pwd) PWD:= ${TOPDIR} +ADKVERSION= 0.1.0 +export ADKVERSION + ifneq (${package},) subdir:= package/${package} _subdir_dep:= ${TOPDIR}/.cfg/ADK_HAVE_DOT_CONFIG |