diff -r e5d0f7cba122 -r bb3bb8584190 Makefile --- a/Makefile Sun May 07 13:32:51 2006 +0200 +++ b/Makefile Sun May 07 13:33:25 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