aboutsummaryrefslogtreecommitdiff
path: root/util/mptable/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'util/mptable/Makefile')
-rw-r--r--util/mptable/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/util/mptable/Makefile b/util/mptable/Makefile
new file mode 100644
index 0000000000..5f74b5082e
--- /dev/null
+++ b/util/mptable/Makefile
@@ -0,0 +1,6 @@
+CC=gcc
+
+mptable: mptable.o
+ $(CC) -o mptable mptable.o
+clean:
+ \rm *.o mptable