mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-16 17:58:23 +00:00
38d299c2db
- 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>
8 lines
78 B
Makefile
8 lines
78 B
Makefile
CFLAGS += -Wall
|
|
|
|
all: easylogo
|
|
|
|
clean:
|
|
rm -f easylogo *.o
|
|
|
|
.PHONY: all clean
|