3dphotoshoot

view proj.mk @ 8:9fc7d52f578d

FINALLY I'm getting an image out of the camera
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 25 May 2015 04:14:38 +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 =