dwarf-assembly/benching/hackbench/Makefile
2018-06-13 19:55:41 +02:00

5 lines
90 B
Makefile

all: hackbench
hackbench: hackbench.c
gcc -Wall -Wextra -O2 -std=c11 -lpthread -o $@ $<