labyrinth

view proj.mk @ 5:c8826e5ebec1

- changed every data loading function to return dummy objects instead of failing - fixed mistake in AndroidManifest.xml
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 01 May 2015 05:58:41 +0300
parents
children b557812c45db
line source
1 root ?= $(shell pwd)
3 src = $(wildcard $(root)/src/*.c)
4 bin = labyrinth
6 incpaths = -I$(root)/src
7 libpaths =