aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
blob: 060a2653a5797e640bbe033c68057ea7ac8cb764 (plain)
1
2
3
4
5
run-test: test
	./test

test: test.c
	cc -o $@ $^