diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-16 17:03:56 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-16 17:03:56 -0400 |
commit | 1877374a92c50cfbb410e7b183d7ce8770d281ba (patch) | |
tree | 36c6875285fffe9d0f3319a2c206ce0828845612 /Makefile | |
parent | faf26c04c34d9c537901e0e81aa4ee917122a392 (diff) |
KNARC: Add handling of .knarcignore, .knarckeep; fix up cli
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -199,6 +199,7 @@ LDFLAGS = -map -nodead -w off -proc v5te -interworking -map -symtab -m _start # DS TOOLS TOOLS_DIR = tools SHA1SUM = sha1sum +CSV2BIN = $(TOOLS_DIR)/csv2bin/csv2bin JSONPROC = $(TOOLS_DIR)/jsonproc/jsonproc GFX = $(TOOLS_DIR)/nitrogfx/nitrogfx MWASMARM_PATCHER = $(TOOLS_DIR)/mwasmarm_patcher/mwasmarm_patcher$(EXE) -q |