aboutsummaryrefslogtreecommitdiff
path: root/util/dumpmmcr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'util/dumpmmcr/Makefile')
-rw-r--r--util/dumpmmcr/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/util/dumpmmcr/Makefile b/util/dumpmmcr/Makefile
deleted file mode 100644
index 161a3616e4..0000000000
--- a/util/dumpmmcr/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-dumpmmcr: dumpmmcr.c
- gcc -m32 -Os -static -o dumpmmcr dumpmmcr.c
- strip -s dumpmmcr
-clean:
- rm dumpmmcr