aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile
blob: 8215134aa44fc38e1d1298581f7ef10c140a3c12 (plain)
1
2
3
4
5
6
test:
	cc -c main.c -o main.o
	cc main.o -L.. -l:libproperties.a -o $@

clean:
	rm -rf test