summaryrefslogtreecommitdiff
path: root/test_tuple/Makefile
blob: ef630b917992b70abdd1b60a85eac2482659f180 (plain) (blame)
1
2
3
4
5
6
all:
	cc -O -c test_tuple.c
	clm -l test_tuple.o test -o test

run:
	./test