Makefile
changeset 11 dcfe4d2d4387
parent 7 834620831e7a
child 26 95fccfcbd04c
--- a/Makefile	Sat May 06 15:42:06 2006 +0200
+++ b/Makefile	Sun May 07 01:30:29 2006 +0200
@@ -1,20 +1,7 @@
 CC=gcc
 
-# OPT
-#CFLAGS=-march=athlon-xp -pipe -O3 -Wall
-
 # DEBUG
-CFLAGS=-pedantic -Wall -g -pg
+CFLAGS=-pedantic -Wall -g -pg #-DDEBUG
 LDFLAGS=-pg -Wall
 
-all: sokosol
-
-sokosol: map.o sokosol.o os.o algorithm.o
-
-map.c: general.h
-sokosol.c: general.h
-os.c: general.h
-algorithm.c: general.h
-
-clean:
-	rm -f sokosol *.o
+include Makefile.deps