This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
u-boot
Watch
2
Star
0
Fork
You've already forked u-boot
0
mirror of
https://github.com/AsahiLinux/u-boot
synced
2024-11-18 02:38:56 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
ac331da07d
u-boot
/
tools
/
easylogo
/
Makefile
9 lines
78 B
Makefile
Raw
Normal View
History
Unescape
Escape
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>
2007-12-18 08:23:25 +00:00
CFLAGS
+=
-Wall
all
:
easylogo
clean
:
rm -f easylogo *.o
.PHONY
:
all
clean
Reference in a new issue
Copy permalink