The submodules and common/ compiles

Please note that there are duplicate copies of vector2.hpp and
bounding_box.hpp
This commit is contained in:
2016-11-26 16:16:37 +11:00
parent baf9492026
commit 1826baa48d
6 changed files with 196 additions and 10 deletions
+2 -4
View File
@@ -1,12 +1,10 @@
#output
export OUTDIR=..
export OUTDIR=../..
export OUT=$(addprefix $(OUTDIR)/,libcommon.a)
all: $(OUTDIR)
$(MAKE) -C debugging
$(MAKE) -C gameplay
$(MAKE) -C graphics
$(MAKE) -C map
$(MAKE) -C global_defines
$(MAKE) -C network
$(MAKE) -C utilities