diff -r e5d0f7cba122 -r bb3bb8584190 Makefile.deps --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile.deps Sun May 07 13:33:25 2006 +0200 @@ -0,0 +1,12 @@ + +all: sokosol + +sokosol: map.o sokosol.o os.o algorithm.o + +map.o: map.c general.h +sokosol.o: sokosol.c general.h +os.o: os.c general.h +algorithm.o: algorithm.c general.h + +clean: + rm -f sokosol *.o