labyrinth

view proj.mk @ 6:345db647383a

fixed the unloadable so bug
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 03 May 2015 02:23:54 +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 =