diff --git a/hw0/Makefile b/hw0/Makefile index 024f012..edd8547 100644 --- a/hw0/Makefile +++ b/hw0/Makefile @@ -12,7 +12,7 @@ TEST_SRC := $(shell find $(TSTD) -type f -name *.c) INC := -I $(INCD) EXEC := hi -TEST_EXEC := $(EXEC)_test +TEST_EXEC := $(EXEC)_tests CFLAGS := -Wall -Werror DFLAGS := -g -DDEBUG