mirror of
https://github.com/sigmasternchen/CFloor
synced 2025-03-15 20:28:56 +00:00
If this works I'm furious.
This commit is contained in:
parent
4871cb81c1
commit
0a094764d2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -25,7 +25,7 @@ $(LIB_NAME): $(OBJS)
|
||||||
$(AR) $(ARFLAGS) $@ $^
|
$(AR) $(ARFLAGS) $@ $^
|
||||||
|
|
||||||
test: obj/test.o $(OBJS)
|
test: obj/test.o $(OBJS)
|
||||||
$(LD) $(LDFLAGS) -o $@ $^
|
$(LD) -o $@ $^ $(LDFLAGS)
|
||||||
|
|
||||||
valgrind: CFLAGS += -static -g
|
valgrind: CFLAGS += -static -g
|
||||||
valgrind: clean test
|
valgrind: clean test
|
||||||
|
|
Loading…
Reference in a new issue