changed COLOR_OK -> CTEST_COLOR_OK

This commit is contained in:
Bas van den Berg 2012-07-30 19:27:22 +02:00
parent d868f42aae
commit ec53420a80

View File

@ -1,7 +1,7 @@
UNAME=$(shell uname)
CCFLAGS=-Wall -Wextra -Wno-unused-parameter -O3
ifdef COLOR_OK
ifdef CTEST_COLOR_OK
CCFLAGS+=-DCOLOR_OK
endif
@ -11,6 +11,8 @@ endif
all: test
remake: clean all
%.o: %.c ctest.h
gcc $(CCFLAGS) -c -o $@ $<