Makefile.deps
author viric@llimona
Sat, 17 Feb 2007 15:14:30 +0100
changeset 28 cd27cb410375
parent 24 bb3bb8584190
permissions -rw-r--r--
Recursivity changed into a loop. Now the state is loaded on boot, and saved on TERM.


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