summaryrefslogtreecommitdiff
path: root/test/Makefile
blob: 9659a23fe42f75633c335265cfdfb94ba7a0c9c7 (plain)
1
2
3
4
5
6
run-test: test
	node test.js
	./test

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