summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRevo <projectrevotpp@hotmail.com>2020-09-29 12:50:12 -0400
committerGitHub <noreply@github.com>2020-09-29 12:50:12 -0400
commitbb28572125c45ec20f5fbf85120cd71fb2486bac (patch)
tree7847f3008d5208a45460af5805087f21b7613a4f /Makefile
parent1cc68edd6a6967c661579858ec0c1cf1d6d644d5 (diff)
parentc285b7af502dfe463479cecfbb26313be3e5f5f4 (diff)
Merge pull request #106 from mparisi20/master
Finish splitting nw4r::lyt and split more standard library modules
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f9a1f90..4bade59 100644
--- a/Makefile
+++ b/Makefile
@@ -30,10 +30,10 @@ BUILD_DIR := build/$(TARGET)
SRC_DIRS := src src/SDK/OS src/libstdc++ src/MetroTRK src/GameSpy \
src/nw4r/ut src/nw4r/snd src/nw4r/ut/detail src/nw4r/snd/detail \
- src/nw4r/math src/nw4r/lyt
+ src/nw4r/math src/nw4r/lyt src/nw4r/lyt/detail
ASM_DIRS := asm asm/SDK/OS asm/libstdc++ asm/MetroTRK asm/GameSpy \
asm/nw4r/ut asm/nw4r/snd asm/nw4r/ut/detail asm/nw4r/snd/detail \
- asm/nw4r/math asm/nw4r/lyt
+ asm/nw4r/math asm/nw4r/lyt asm/nw4r/lyt/detail
# Inputs
S_FILES := $(wildcard asm/*.s)