fblib/fb5/Makefile~
2015-10-26 17:28:01 +08:00

5 lines
66 B
Makefile

all:
gcc page.h fbtool.h fbtool.c test.c -o test
clean:
rm test