Revert Makefile changes as they did not work as intended

ck_pring
Phil Sorber 10 years ago
parent 47354965bc
commit c1fada9ef2

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

Loading…
Cancel
Save