summaryrefslogtreecommitdiff
path: root/Makefile
blob: ac7ede4ce30b5453eceb83e5b465acd062fd5d8e (plain)
1
2
3
4
5
6
7
8
debug: *.[ch] build.sh
	./build.sh 
release: *.[ch] build.sh
	./build.sh release
profile: *.[ch] build.sh
	./build.sh profile
clean:
	rm toc *.o