Fix _test/_tests issue in Makefile that I thought I fixed before.

This commit is contained in:
Gene Stark 2022-01-16 15:50:23 -05:00
parent 568d33253c
commit 29feb95703

View File

@ -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