aboutsummaryrefslogtreecommitdiffstats
path: root/entityx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'entityx/Makefile')
-rw-r--r--entityx/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/entityx/Makefile b/entityx/Makefile
index 5deb756..58b18a7 100644
--- a/entityx/Makefile
+++ b/entityx/Makefile
@@ -1,3 +1,5 @@
+# gamedev CHANGE - changed output of libentityx to ../lib/
+
INC = -I..
FLG = -std=gnu++11
@@ -12,5 +14,6 @@ all:
g++ $(INC) $(FLG) -c Event.cc -o out/Event.o
g++ $(INC) $(FLG) -c Entity.cc -o out/Entity.o
g++ $(INC) $(FLG) -c System.cc -o out/System.o
- ar rvs libentityx.a out/*.o
-# g++ out/*.o -shared -o ../entityx.so \ No newline at end of file
+ ar rvs ../lib/libentityx.a out/*.o
+# g++ out/*.o -shared -o ../entityx.so
+ rm -rf out