labyrinth

annotate proj.mk @ 7:b557812c45db

generating the android (ant) project stuff from the makefile
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 04 May 2015 02:46:35 +0300
parents 45b91185b298
children
rev   line source
nuclear@3 1 root ?= $(shell pwd)
nuclear@3 2
nuclear@3 3 src = $(wildcard $(root)/src/*.c)
nuclear@3 4 bin = labyrinth
nuclear@7 5 title = Labyrinth
nuclear@3 6
nuclear@3 7 incpaths = -I$(root)/src
nuclear@3 8 libpaths =