labyrinth

diff 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
line diff
     1.1 --- a/proj.mk	Sun May 03 02:23:54 2015 +0300
     1.2 +++ b/proj.mk	Mon May 04 02:46:35 2015 +0300
     1.3 @@ -2,6 +2,7 @@
     1.4  
     1.5  src = $(wildcard $(root)/src/*.c)
     1.6  bin = labyrinth
     1.7 +title = Labyrinth
     1.8  
     1.9  incpaths = -I$(root)/src
    1.10  libpaths =