labyrinth

view proj.mk @ 3:45b91185b298

android port
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 01 May 2015 04:36:50 +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 =