From a900ab610c7ed54e52ae0d618f177817c54be77e Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Thu, 4 Apr 2013 02:01:07 +0200 Subject: file2c tool cleanup --- tools/file2c/source/Makefile | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 tools/file2c/source/Makefile (limited to 'tools/file2c/source/Makefile') diff --git a/tools/file2c/source/Makefile b/tools/file2c/source/Makefile deleted file mode 100644 index a6a7041c..00000000 --- a/tools/file2c/source/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -TARGET = file2c -SRCS = $(shell find -name '*.c') -OBJS = $(addsuffix .o,$(basename $(SRCS))) - -CFLAGS = -Wall -p - -CC = /usr/bin/gcc -RM = /bin/rm -f - -all: clean - $(CC) $(CFLAGS) -o $(TARGET) $(SRCS) - -clean: - $(RM) $(TARGET) $(OBJS) - -- cgit v1.2.3