4 lines
90 B
Makefile
4 lines
90 B
Makefile
all: hackbench
|
|
|
|
hackbench: hackbench.c
|
|
gcc -Wall -Wextra -O2 -std=c11 -lpthread -o $@ $<
|