Makefile.deps
changeset 11 dcfe4d2d4387
parent 7 834620831e7a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile.deps	Sun May 07 01:30:29 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