nuclear@0: root ?= $(shell pwd) nuclear@0: nuclear@0: src = $(wildcard $(root)/src/*.c) nuclear@0: bin = photoshoot3d nuclear@0: title = 3D Photo Shoot nuclear@0: nuclear@0: incpaths = -I$(root)/src nuclear@0: libpaths =