minimart-2014/minimart/examples/benchmark/Makefile

10 lines
151 B
Makefile

all: tmp.csv
clean:
rm -f tmp.csv
rm -rf compiled
tmp.csv:
raco make internal-latency.rkt
PLTSTDERR=warning racket internal-latency.rkt | tee $@