3dphotoshoot

annotate 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
rev   line source
nuclear@0 1 root ?= $(shell pwd)
nuclear@0 2
nuclear@0 3 src = $(wildcard $(root)/src/*.c)
nuclear@0 4 bin = photoshoot3d
nuclear@0 5 title = 3D Photo Shoot
nuclear@0 6
nuclear@0 7 incpaths = -I$(root)/src
nuclear@0 8 libpaths =