diff options
author | toni <matzeton@googlemail.com> | 2016-07-24 00:43:17 +0200 |
---|---|---|
committer | toni <matzeton@googlemail.com> | 2016-07-24 00:43:17 +0200 |
commit | bf99b661c5a378804deaa1924bd6a0e40b056456 (patch) | |
tree | 95ab7a1a541dc55b37a78c1ea52436c6a66c9e67 /tests/Makefile | |
parent | 96116234740392ebb5fa0e78c9fc25d8c69abf16 (diff) |
wrong link command, unchecked result
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 9350e8e..cee91fc 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -11,7 +11,7 @@ all: $(BINARIES) $(CC) $(CFLAGS) $(LDFLAGS) $< -o $(patsubst %.c,%,$<) ipctest: ipctest.c ../src/ui_ipc.c - $(CC) $(CFLAGS) $(LDFLAGS) ipctest.c ../src/ui_ipc.c -o ipctest + $(CC) $(CFLAGS) ipctest.c ../src/ui_ipc.c -o ipctest $(LDFLAGS) clean: rm -f $(DEPS) |