aboutsummaryrefslogtreecommitdiffstats
path: root/entityx/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2017-07-30 11:02:39 -0400
committerClyne Sullivan <tullivan99@gmail.com>2017-07-30 11:02:39 -0400
commitb1f93a4f8a5a3e84db9f00d0b41749d4fb32ed26 (patch)
tree83016b80294f6b7681093ae46aa55840b6fb9ec1 /entityx/Makefile
parent69768fdc5050bbe5877bf80108584400ea292a4f (diff)
event feature work; ozone bgm redone
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