3dphotoshoot

view proj.mk @ 4:38377f54527a

having a whack at the camera api... at least the java crap compiles, we'll try calling it later
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 19 May 2015 06:05:51 +0300
parents
children c71c477521ca
line source
1 root ?= $(shell pwd)
3 src = $(wildcard $(root)/src/*.c)
4 bin = photoshoot3d
5 title = 3D Photo Shoot
7 incpaths = -I$(root)/src
8 libpaths =