]> git.sur5r.net Git - u-boot/blob - tools/easylogo/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
[u-boot] / tools / easylogo / Makefile
1 CFLAGS += -Wall
2
3 all: easylogo
4
5 clean:
6         rm -f easylogo *.o
7
8 .PHONY: all clean