summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 00beda6..246087b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,10 @@
# -*- make -*-
+TOPDIR=$(shell pwd)
+
make = make
+include $(TOPDIR)/common.mk
class_base_dir = $(shell basename $(CURDIR))