Files
gotta-scroll-fast/bench/Makefile
T
thomas 5f1254d11a
Tests / test_core_function (push) Failing after 12s
import upstream maccel baseline
2026-03-25 09:32:22 +00:00

14 lines
217 B
Makefile

bench_driver: build
@bin/evdriverlag
bench_handler: build
@bin/evinputlag
build: evdriverlag.c evinputlag.c
@mkdir -p bin
@cc evdriverlag.c -o bin/evdriverlag
@cc evinputlag.c -o bin/evinputlag
clean:
rm *.o