Skip to content
Snippets Groups Projects
Commit b8ab13ed authored by JANUZI Rinor's avatar JANUZI Rinor
Browse files

Replace Makefile

parent 10f6997a
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,9 @@ exits.o: exits.h
cmd.o: cmd.h game.h exits.h mobile.h location.h
mobile.o: mobile.h exits.h
location.o: location.h exits.h
game.o: game.h location.h mobile.h exits.h
WorldOfIUT.o: cmd.h exits.h mobile.h game.h location.h
WorldOfIUT: WorldOfIUT.o cmd.o mobile.o location.o game.o exits.o
stack.o: stack.h exit.h
game.o: game.h location.h mobile.h exits.h stack.h
WorldOfIUT.o: cmd.h exits.h mobile.h game.h location.h stack.h
WorldOfIUT: WorldOfIUT.o cmd.o mobile.o location.o game.o exits.o stack.o
clean:
/bin/rm *.o WorldOfIUT
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment