summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2009-08-02 14:31:31 +0200
committerPhil Sutter <phil@nwl.cc>2009-08-02 15:46:20 +0200
commita9d14d2f99c232b769c423ef40e903087a3f7877 (patch)
tree837c8b67f1d99695ca1d79d11bb4106cb47e9794 /Makefile
parent6797b1d93206b3615a22fb003f7d656a041549b9 (diff)
hook in ADK version extraction, rename some stuff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4fea27925..dfef6791e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,9 @@
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
+ADKVERSION= 0.1.0
+export ADKVERSION
+
GMAKE?= $(PWD)/scripts/make
GMAKE_FMK= ${GMAKE} -f $(PWD)/mk/build.mk
GMAKE_INV= ${GMAKE_FMK} --no-print-directory