diff options
| author | Tharo <tharo10600@gmail.com> | 2026-05-06 08:24:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-06 09:24:50 +0200 |
| commit | 5625f1826e0f5fac87bc66acefe5cdf3fd038237 (patch) | |
| tree | a8c22398dcc1ddcb7cc76f28cc10abc45c4c00c9 /tools/Makefile | |
| parent | e48b2d954d472bace2424c6329275ea024764201 (diff) | |
Remove makeromfs (#2752)
This is a tool introduced a long time ago that ended up not being
used at any point in the build system and has no prospects of
future use. There's no reason for keeping it around.
Diffstat (limited to 'tools/Makefile')
| -rw-r--r-- | tools/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile index 7f6eef55a..e5c4a4579 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,5 +1,5 @@ CFLAGS := -Wall -Wextra -pedantic -std=gnu99 -g -O2 -PROGRAMS := bin2c elf2rom makeromfs mkdmadata mkldscript preprocess_pragmas reloc_prereq vtxdis +PROGRAMS := bin2c elf2rom mkdmadata mkldscript preprocess_pragmas reloc_prereq vtxdis UNAME_S := $(shell uname -s) ifeq ($(UNAME_S),Linux) @@ -56,7 +56,6 @@ distclean: clean elf2rom_SOURCES := elf2rom.c elf32.c n64chksum.c util.c bin2c_SOURCES := bin2c.c -makeromfs_SOURCES := makeromfs.c n64chksum.c util.c mkdmadata_SOURCES := mkdmadata.c spec.c util.c mkldscript_SOURCES := mkldscript.c spec.c util.c preprocess_pragmas_SOURCES := preprocess_pragmas.c |
