diff --git a/c/templates/GNUmakefile b/c/templates/GNUmakefile index ec085d0..adf038d 100644 --- a/c/templates/GNUmakefile +++ b/c/templates/GNUmakefile @@ -48,4 +48,4 @@ debugtest: CFLAGS+=-DDEBUG debugtest: test std: src/*.c src/*.h - $(CC) $(CFLAGS) src/*.c -o test.out + $(CC) $(CFLAGS) src/*.c -o tests.out $(LIBS)