labyrinth

view proj.mk @ 4:f35596f110bc

fixed .hgignore
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 01 May 2015 04:38:43 +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 =