From 94e7265d1122c23361b0db0add4610a46f3814af Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Tue, 6 Jun 2017 15:15:35 +0200 Subject: fixed makefile for linux --- code/util/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/util/Makefile') diff --git a/code/util/Makefile b/code/util/Makefile index c87a1dd..0e76307 100644 --- a/code/util/Makefile +++ b/code/util/Makefile @@ -14,7 +14,7 @@ libecputil.a: $(obj) $(AR) rcs libecputil.a $(obj) mknode: mknode.o libecputil.a - $(CC) -o $@ $(LDFLAGS) $< $(dep) + $(CC) -o $@ $< $(dep) $(LDFLAGS) clean: rm -f *.o *.a -- cgit v1.2.3