Changed the directory structure.
[progcomp2012.git] / manager / Makefile
diff --git a/manager/Makefile b/manager/Makefile
deleted file mode 100644 (file)
index fe319df..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-#Makefile for Stratego
-
-CPP = g++ -Wall -pedantic -lSDL -lGL  -g
-OBJ = main.o controller.o ai_controller.o human_controller.o program.o thread_util.o stratego.o graphics.o game.o
-
-BIN = stratego
-
-
-
-$(BIN) : $(OBJ) 
-       $(CPP) -o $(BIN) $(OBJ)
-
-
-
-
-%.o : %.cpp %.h
-       $(CPP) -c $<
-
-clean :
-       $(RM) $(BIN) $(OBJ) $(LINKOBJ)
-
-clean_full: #cleans up all backup files
-       $(RM) $(BIN) $(OBJ) $(LINKOBJ)
-       $(RM) *.*~
-       $(RM) *~
-
-

UCC git Repository :: git.ucc.asn.au