aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xc/Makefile')
-rw-r--r--tools/xc/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/xc/Makefile b/tools/xc/Makefile
deleted file mode 100644
index 04b0e35fe1..0000000000
--- a/tools/xc/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-
-all:
- $(MAKE) -C lib
- $(MAKE) -C py
-
-install: all
- $(MAKE) -C lib install
- $(MAKE) -C py install
-
-clean:
- $(MAKE) -C lib clean
- $(MAKE) -C py clean