Makefile.deps
author viric@llimona
Sun, 07 May 2006 15:28:39 +0200
changeset 16 fe078fb2e8b4
parent 11 dcfe4d2d4387
permissions -rw-r--r--
Now I think the code works. There were some indexing mistakse, return instead of continue, etc.


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