5 lines
66 B
Makefile
5 lines
66 B
Makefile
all:
|
|
gcc page.h fbtool.h fbtool.c test.c -o test
|
|
clean:
|
|
rm test
|