diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,7 +1,10 @@ # -*- make -*- +TOPDIR=$(shell pwd) + make = make +include $(TOPDIR)/common.mk class_base_dir = $(shell basename $(CURDIR)) |