Files
hm.h/Makefile
2026-04-09 01:29:56 +02:00

7 lines
98 B
Makefile

benchmark: benchmark.cpp
g++ -Wall -Wextra -o benchmark benchmark.cpp
clean:
rm -rf benchmark