summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJan Huwald <jh@sotun.de>2013-01-08 10:52:59 (GMT)
committerJan Huwald <jh@sotun.de>2013-01-08 10:52:59 (GMT)
commitb02e9b19e76245052762b7e44d45d12bae83e76e (patch)
tree0aeb281974fb2bb78e7d6bd6313cb8700729635b /Makefile
parentcc6e6a8ccb44dfc8128df8af35a60fbe91ab36b7 (diff)
Makefile fix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f822cce..98912d7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,8 @@
ifndef W
-include ../../common.mk
+R := ../..
+include $R/common.mk
endif
-clean :: $W/clean
+rec_clean :: $W/clean
$W/clean:
rm -f $(@D)/*~
contact: Jan Huwald // Impressum