aboutsummaryrefslogtreecommitdiffhomepage
path: root/compat
diff options
context:
space:
mode:
Diffstat (limited to 'compat')
-rw-r--r--compat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/Makefile b/compat/Makefile
index 9a29ffcf..fa25832e 100644
--- a/compat/Makefile
+++ b/compat/Makefile
@@ -1,5 +1,5 @@
all:
$(MAKE) -C .. all
-clean:
- $(MAKE) -C .. clean
+.DEFAULT:
+ $(MAKE) -C .. $@