summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 63415a1..f822cce 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,7 @@
-all:
+ifndef W
+include ../../common.mk
+endif
-clean:
- rm -f *~ \ No newline at end of file
+clean :: $W/clean
+$W/clean:
+ rm -f $(@D)/*~
contact: Jan Huwald // Impressum