summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 576c0e5e9..f67909456 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,14 @@
# Top level makefile, the real shit is at src/Makefile
-TARGETS=32bit noopt test install
+TARGETS=32bit noopt test
all:
cd src && $(MAKE) $@
+install: dummy
+ cd src && $(MAKE) $@
+
$(TARGETS) clean:
cd src && $(MAKE) $@
+
+dummy: