CC=arm-linux-gcc 

fb_test: fb_test.c
	$(CC) -o $@ $^ 

clean:
	rm -f *.o fb_test
