u-boot-brain/tools/easylogo/Makefile
Mike Frysinger 38d299c2db cleanup easylogo
- make the Makefile not suck
- include proper headers for prototypes
- fix obvious broken handling of strchr() when handling '.' in filenames

Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
2008-01-09 15:09:05 +01:00

9 lines
78 B
Makefile

CFLAGS += -Wall
all: easylogo
clean:
rm -f easylogo *.o
.PHONY: all clean