GNUmakefile: fix $(LIBS) missing
This commit is contained in:
@@ -48,4 +48,4 @@ debugtest: CFLAGS+=-DDEBUG
|
|||||||
debugtest: test
|
debugtest: test
|
||||||
|
|
||||||
std: src/*.c src/*.h
|
std: src/*.c src/*.h
|
||||||
$(CC) $(CFLAGS) src/*.c -o test.out
|
$(CC) $(CFLAGS) src/*.c -o tests.out $(LIBS)
|
||||||
|
Reference in New Issue
Block a user