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

itest: itest.c
	gcc -Wall -O3 -o itest itest.c

clean:
	/bin/rm -f itest