aboutsummaryrefslogtreecommitdiffstats
path: root/entityx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'entityx/Makefile')
-rw-r--r--entityx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/entityx/Makefile b/entityx/Makefile
index 58b18a7..d5c748f 100644
--- a/entityx/Makefile
+++ b/entityx/Makefile
@@ -9,6 +9,7 @@ FILES = help/Pool.cc \
Entity.cc \
System.cc
all:
+ mkdir out
g++ $(INC) $(FLG) -c help/Pool.cc -o out/Pool.o
g++ $(INC) $(FLG) -c help/Timer.cc -o out/Timer.o
g++ $(INC) $(FLG) -c Event.cc -o out/Event.o