summaryrefslogtreecommitdiffstats
path: root/runtime/bench2/Makefile
blob: ffb2991ac9fd5cf87b76052a18351b2b808189b7 (plain)
1
2
3
4
5
6
7
all: itest

itest: itest.c
	gcc -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -Werror -O3 -o itest itest.c -lpthread

clean:
	/bin/rm -f itest