If this works I'm furious.

This commit is contained in:
overflowerror 2021-05-05 23:13:03 +02:00
parent 4871cb81c1
commit 0a094764d2

View file

@ -25,7 +25,7 @@ $(LIB_NAME): $(OBJS)
$(AR) $(ARFLAGS) $@ $^
test: obj/test.o $(OBJS)
$(LD) $(LDFLAGS) -o $@ $^
$(LD) -o $@ $^ $(LDFLAGS)
valgrind: CFLAGS += -static -g
valgrind: clean test