Makefile
author viric@llimona
Sat, 17 Feb 2007 15:14:30 +0100
changeset 28 cd27cb410375
parent 26 95fccfcbd04c
permissions -rw-r--r--
Recursivity changed into a loop. Now the state is loaded on boot, and saved on TERM.
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
26
95fccfcbd04c Less calls to libc. Profiling is much better now.
viric@llimona
parents: 24
diff changeset
     3
# DEBUG for gprof
28
cd27cb410375 Recursivity changed into a loop. Now the state is loaded on boot, and saved on TERM.
viric@llimona
parents: 26
diff changeset
     4
#CFLAGS?=-pedantic -Wall -g -pg #-DDEBUG
cd27cb410375 Recursivity changed into a loop. Now the state is loaded on boot, and saved on TERM.
viric@llimona
parents: 26
diff changeset
     5
#LDFLAGS=-pg -Wall
26
95fccfcbd04c Less calls to libc. Profiling is much better now.
viric@llimona
parents: 24
diff changeset
     6
#
95fccfcbd04c Less calls to libc. Profiling is much better now.
viric@llimona
parents: 24
diff changeset
     7
# DEBUG
28
cd27cb410375 Recursivity changed into a loop. Now the state is loaded on boot, and saved on TERM.
viric@llimona
parents: 26
diff changeset
     8
CFLAGS?=-pedantic -Wall -g #-DDEBUG
cd27cb410375 Recursivity changed into a loop. Now the state is loaded on boot, and saved on TERM.
viric@llimona
parents: 26
diff changeset
     9
LDFLAGS?=-Wall
0
be33ecaa3619 Initial commit.
viric@llimona
parents:
diff changeset
    10
24
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents: 7
diff changeset
    11
include Makefile.deps