mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-07 20:40:48 +01: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>
8 lines
78 B
Makefile
8 lines
78 B
Makefile
CFLAGS += -Wall
|
|
|
|
all: easylogo
|
|
|
|
clean:
|
|
rm -f easylogo *.o
|
|
|
|
.PHONY: all clean
|