makefile for mptable

This commit is contained in:
Andrew Ip 2003-08-01 05:21:31 +00:00
parent 5a345dbb2c
commit 3f28e3ef24

6
util/mptable/Makefile Normal file
View file

@ -0,0 +1,6 @@
CC=gcc
mptable: mptable.o
$(CC) -o mptable mptable.o
clean:
\rm *.o mptable