The submodules and common/ compiles
Please note that there are duplicate copies of vector2.hpp and bounding_box.hpp
This commit is contained in:
+2
-4
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user