mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
- 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>
9 lines
78 B
Makefile
9 lines
78 B
Makefile
CFLAGS += -Wall
|
|
|
|
all: easylogo
|
|
|
|
clean:
|
|
rm -f easylogo *.o
|
|
|
|
.PHONY: all clean
|