Makefile
author viric@llimona
Sun, 07 May 2006 01:31:50 +0200
changeset 12 a2c334a71a6b
parent 11 dcfe4d2d4387
child 26 95fccfcbd04c
permissions -rw-r--r--
A minimum working (hope so!) version of the algorithm is working, although it says levels/02 is unsolvable. Now the solution is printed map by map.

CC=gcc

# DEBUG
CFLAGS=-pedantic -Wall -g -pg #-DDEBUG
LDFLAGS=-pg -Wall

include Makefile.deps