diff options
Diffstat (limited to 'code/util/Makefile')
-rw-r--r-- | code/util/Makefile | 2 |
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 |