view Makefile @ 21:3c4629550f5f

added basic getters for objects
author Nicolas Saunier <nico@confins.net>
date Mon, 30 Nov 2009 18:54:26 -0500
parents 59b7e3954178
children fea680fb03ee
line wrap: on
line source

# put test for platform

INCLUDE=./include

clibrary:
	@cd $(PWD)/c && make

clean:
	@cd $(PWD)/c && make clean