]> git.ipfire.org Git - people/ms/u-boot.git/blame - tools/easylogo/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-arm
[people/ms/u-boot.git] / tools / easylogo / Makefile
CommitLineData
38d299c2
MF
1CFLAGS += -Wall
2
3all: easylogo
4
5clean:
6 rm -f easylogo *.o
7
8.PHONY: all clean