summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@MacBookPro.lan>2017-06-06 15:15:35 +0200
committerUros Majstorovic <majstor@MacBookPro.lan>2017-06-06 15:15:35 +0200
commit94e7265d1122c23361b0db0add4610a46f3814af (patch)
tree352e81000ac6ea6623a64b89c85b94cb0c322265
parentae38039e52e1b25e555f4be4e149385a2ee39ea8 (diff)
fixed makefile for linux
-rw-r--r--code/util/Makefile2
1 files changed, 1 insertions, 1 deletions
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