X-Git-Url: http://git.squeep.com/?p=reservoir_sample;a=blobdiff_plain;f=Makefile;h=e1b5ff8dd0b14a3eb5ebaec2ec83c70614aae599;hp=405e0337e375fe2003d988e481109329f0286384;hb=HEAD;hpb=9b5d13ce510e4668d165c0b5ede7fd7f74adcbfc diff --git a/Makefile b/Makefile index 405e033..e1b5ff8 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ #!make -ifeq "$(origin CC)" "default" -CC = clang -endif +#ifeq "$(origin CC)" "default" +#CC = clang +#endif CFLAGS += -g -Wall -Wextra CFLAGS += -O3 @@ -39,6 +39,7 @@ check: test echo Checking $${t};\ ./$${t} > /dev/null || echo -- $${t} FAILED --;\ done + $(TEST_DIR)/validate-statistics.sh $(TEST_DIR)/%_test.o: %.c $(CC) $(CFLAGS) $(CPPFLAGS) -DTEST -c -o $@ $<