From 38d299c2db81bd889c601b5dfc12c4e83ef83333 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 18 Dec 2007 03:23:25 -0500 Subject: 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 --- tools/easylogo/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'tools/easylogo/Makefile') diff --git a/tools/easylogo/Makefile b/tools/easylogo/Makefile index 292344ad03..566b12506b 100644 --- a/tools/easylogo/Makefile +++ b/tools/easylogo/Makefile @@ -1,2 +1,8 @@ -all: easylogo.c - gcc easylogo.c -o easylogo +CFLAGS += -Wall + +all: easylogo + +clean: + rm -f easylogo *.o + +.PHONY: all clean -- cgit v1.2.1