Makefile
author viric@llimona
Fri, 05 May 2006 23:20:33 +0200
changeset 3 29cc57a9678e
parent 0 be33ecaa3619
child 4 d9259a605dec
permissions -rw-r--r--
Moving the files to appropiate locations.
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
3
29cc57a9678e Moving the files to appropiate locations.
viric@llimona
parents: 0
diff changeset
     4
#CFLAGS=-march=athlon-xp -pipe -O3 -Wall
0
be33ecaa3619 Initial commit.
viric@llimona
parents:
diff changeset
     5
be33ecaa3619 Initial commit.
viric@llimona
parents:
diff changeset
     6
# DEBUG
3
29cc57a9678e Moving the files to appropiate locations.
viric@llimona
parents: 0
diff changeset
     7
CFLAGS=-Wall -g -pg
29cc57a9678e Moving the files to appropiate locations.
viric@llimona
parents: 0
diff changeset
     8
LDFLAGS=-pg
0
be33ecaa3619 Initial commit.
viric@llimona
parents:
diff changeset
     9
3
29cc57a9678e Moving the files to appropiate locations.
viric@llimona
parents: 0
diff changeset
    10
all: sokosol