summaryrefslogtreecommitdiff
path: root/Makefile
blob: 58e1e3f7a6166e3e0027dd1b54021806961a03f9 (plain)
1
2
lib:
	gcc -Wall -fPIC -shared -o tree.so tree.c
..