aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authortoni <matzeton@googlemail.com>2016-07-24 00:47:08 +0200
committertoni <matzeton@googlemail.com>2016-07-24 00:47:08 +0200
commita39faaf662d381642f81f5e08817d895cc67260d (patch)
tree9eac50ac0990a03a3ef9ce7bd242809f5a64b9dc /tests/Makefile
parentc29bd000b27145aa8ddc7ea807eddbfb2a70557a (diff)
failed
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index cee91fc..e07c60d 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -8,7 +8,7 @@ DEPS = $(patsubst %.c,%.d,$(SOURCES))
all: $(BINARIES)
%: %.c
- $(CC) $(CFLAGS) $(LDFLAGS) $< -o $(patsubst %.c,%,$<)
+ $(CC) $(CFLAGS) $< -o $(patsubst %.c,%,$<) $(LDFLAGS)
ipctest: ipctest.c ../src/ui_ipc.c
$(CC) $(CFLAGS) ipctest.c ../src/ui_ipc.c -o ipctest $(LDFLAGS)