Makefile.opt
author viric@llimona
Sun, 07 May 2006 01:31:50 +0200
changeset 12 a2c334a71a6b
parent 11 dcfe4d2d4387
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.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
be33ecaa3619 Initial commit.
viric@llimona
parents:
diff changeset
     1
CC=gcc
be33ecaa3619 Initial commit.
viric@llimona
parents:
diff changeset
     2
be33ecaa3619 Initial commit.
viric@llimona
parents:
diff changeset
     3
# OPT
11
dcfe4d2d4387 Now Makefile compiles in debug, and Makefile.opt compiles optimized.
viric@llimona
parents: 7
diff changeset
     4
CFLAGS=-march=athlon-xp -pipe -O3 -Wall
4
d9259a605dec A cleaner version, split between different files.
viric@llimona
parents: 3
diff changeset
     5
11
dcfe4d2d4387 Now Makefile compiles in debug, and Makefile.opt compiles optimized.
viric@llimona
parents: 7
diff changeset
     6
include Makefile.deps