3dphotoshoot

diff proj.mk @ 0:a4bf2687e406

3d photoshoot initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 12 May 2015 05:31:21 +0300
parents
children c71c477521ca
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/proj.mk	Tue May 12 05:31:21 2015 +0300
     1.3 @@ -0,0 +1,8 @@
     1.4 +root ?= $(shell pwd)
     1.5 +
     1.6 +src = $(wildcard $(root)/src/*.c)
     1.7 +bin = photoshoot3d
     1.8 +title = 3D Photo Shoot
     1.9 +
    1.10 +incpaths = -I$(root)/src
    1.11 +libpaths =