diff --git a/Makefile b/Makefile index fc3d127..b042221 100644 --- a/Makefile +++ b/Makefile @@ -154,7 +154,7 @@ $(RESULTS_FILE): build for p in $(PROGS); do \ for t in $$(seq $(TIMES)); do \ sleep 0.1; \ - (taskset 01 ./$$p $(OCTOFLAGS) || printf "{ \"$$p\": false }")>> $@; \ + (./$$p $(OCTOFLAGS) || printf "{ \"$$p\": false }")>> $@; \ if ! [ "$$p" = "$(lastword $(PROGS))" ]; \ then printf ',\n' >> $@; \ else if ! [ $$t -eq $(TIMES) ]; \