From 83bdefeeca6ddcdd26d4abc9ead75617c2313e96 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 9 Dec 2017 17:03:37 +0100 Subject: Fix makefile portability MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b2b3729..8652733 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ include $(CONFIGFILE) all: slack slack: slack.o - $(CC) -o $@ $^ $(LDFLAGS) + $(CC) -o $@ slack.o $(LDFLAGS) slack.o: slack.c arg.h $(CC) -c -o $@ $< $(CFLAGS) $(CPPFLAGS) -- cgit v1.2.3-70-g09d2