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.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
24
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents:
diff changeset
     1
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents:
diff changeset
     2
all: sokosol
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents:
diff changeset
     3
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents:
diff changeset
     4
sokosol: map.o sokosol.o os.o algorithm.o
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents:
diff changeset
     5
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents:
diff changeset
     6
map.o: map.c general.h
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents:
diff changeset
     7
sokosol.o: sokosol.c general.h
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents:
diff changeset
     8
os.o: os.c general.h
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents:
diff changeset
     9
algorithm.o: algorithm.c general.h
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents:
diff changeset
    10
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents:
diff changeset
    11
clean:
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents:
diff changeset
    12
	rm -f sokosol *.o