Makefile.deps
author viric@llimona
Sun, 07 May 2006 13:33:25 +0200
changeset 24 bb3bb8584190
permissions -rw-r--r--
Porting from sokoban/caixes the makefile system.


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