diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-09-07 13:38:56 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-09-07 13:38:56 -0400 |
commit | c3e164c6845b9b32f132aa37cc9707acba0d9eff (patch) | |
tree | 549b66f19066863628d74860145a07f6b04ad8ba /entityx/Makefile | |
parent | 643e94897ba5fab0570d118a7aafc7772949d4e3 (diff) |
event consumption work
Diffstat (limited to 'entityx/Makefile')
-rw-r--r-- | entityx/Makefile | 1 |
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 |