From 7939a09d45fd7ac9e5776e6a88010f4d112e168d Mon Sep 17 00:00:00 2001 From: David Phillips Date: Tue, 8 Mar 2016 23:30:50 +1300 Subject: Remove (useless) config.mk --- Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 70a9493..004e9be 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,3 @@ -# Makefile for cue-bin-split - -.POSIX: -include config.mk - OBJECTS = \ cue-bin-split.o \ misc.o @@ -13,7 +8,7 @@ CFLAGS += -Wall -Werror all: cue-bin-split cue-bin-split: $(OBJECTS) - $(CC) -o $(EXEC_NAME) $^ $(LDFLAGS) + $(CC) -o $@ $^ $(LDFLAGS) %.o: %.c %.h $(CC) -c -o $@ $< $(CFLAGS) -- cgit v1.1