aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Makefile
blob: 5313d12d7cc7c998fdd1ce2937c681e70a3316aa (plain)
1
2
3
4
all: test.o

test.o: test.c
	gcc -c test.c -o test.o