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