Skip to content
Snippets Groups Projects
Commit 84b7b0f9 authored by PAILLE Kyriann's avatar PAILLE Kyriann :8ball:
Browse files

Update Makefile

parent f6dbb011
No related branches found
No related tags found
No related merge requests found
...@@ -4,9 +4,8 @@ exits.o: exits.h ...@@ -4,9 +4,8 @@ exits.o: exits.h
cmd.o: cmd.h game.h exits.h mobile.h location.h cmd.o: cmd.h game.h exits.h mobile.h location.h
mobile.o: mobile.h exits.h mobile.o: mobile.h exits.h
location.o: location.h exits.h location.o: location.h exits.h
stack.o: stack.h exit.h game.o: game.h location.h mobile.h exits.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
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
WorldOfIUT: WorldOfIUT.o cmd.o mobile.o location.o game.o exits.o stack.o
clean: clean:
/bin/rm *.o WorldOfIUT /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