5 lines
90 B
Makefile
5 lines
90 B
Makefile
all:
|
|
arm-linux-gnueabihf-gcc page.h fbtool.h fbtool.c test.c -o test_fb5
|
|
clean:
|
|
rm test
|