You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Clean up a bit
This commit is contained in:
1
tools/.gitignore
vendored
1
tools/.gitignore
vendored
@@ -9,6 +9,7 @@
|
||||
/n64graphics_ci
|
||||
/patch_libultra_math
|
||||
/rncpack
|
||||
/slienc
|
||||
/skyconv
|
||||
/tabledesign
|
||||
/textconv
|
||||
|
||||
@@ -5,7 +5,7 @@ HOST_ENV := $(patsubst MINGW%,MinGW,$(HOST_ENV))
|
||||
|
||||
CC := gcc
|
||||
CXX := g++
|
||||
CFLAGS := -I . -Wall -Wextra -Wno-unused-parameter -pedantic -O2 -s
|
||||
CFLAGS := -I. -O2 -s
|
||||
LDFLAGS := -lm
|
||||
ALL_PROGRAMS := armips filesizer rncpack n64graphics n64graphics_ci mio0 slienc n64cksum textconv patch_libultra_math aifc_decode aiff_extract_codebook vadpcm_enc tabledesign extract_data_for_mio skyconv
|
||||
LIBAUDIOFILE := audiofile/libaudiofile.a
|
||||
|
||||
Reference in New Issue
Block a user