From c1fada9ef27129562efb43a51f4403c064a1d0ce Mon Sep 17 00:00:00 2001 From: Phil Sorber Date: Tue, 22 Jul 2014 21:14:50 -0300 Subject: [PATCH] Revert Makefile changes as they did not work as intended --- regressions/ck_cohort/validate/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/regressions/ck_cohort/validate/Makefile b/regressions/ck_cohort/validate/Makefile index 8338f46..145af3a 100644 --- a/regressions/ck_cohort/validate/Makefile +++ b/regressions/ck_cohort/validate/Makefile @@ -8,11 +8,7 @@ validate: validate.c ../../../include/ck_cohort.h $(CC) $(CFLAGS) -o validate validate.c check: all -ifeq ($(expr ($(CORES) / 2) > 0),$(expr 0)) - ./validate 1 2 1 -else ./validate `expr $(CORES) / 2` 2 1 -endif clean: rm -rf *.dSYM *.exe *~ *.o $(OBJECTS)