aboutsummaryrefslogtreecommitdiff
path: root/tools/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/makefile')
-rw-r--r--tools/makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/makefile b/tools/makefile
deleted file mode 100644
index aec452c..0000000
--- a/tools/makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-TOPTARGETS = all install clean
-
-TOOLDIRS = lzpack smxlink util
-
-$(TOPTARGETS): $(TOOLDIRS)
-$(TOOLDIRS):
- $(MAKE) -C $@ $(MAKECMDGOALS)
-
-clean: $(LIBDIRS)
- rm -Rf bin
-
-.PHONY: $(TOPTARGETS) $(TOOLDIRS)