aboutsummaryrefslogtreecommitdiff
path: root/tools/util/makefile
diff options
context:
space:
mode:
authorJohn Wilbert M. Villamor <lameguy64@gmail.com>2021-02-18 13:31:17 +0800
committerJohn Wilbert M. Villamor <lameguy64@gmail.com>2021-02-18 13:31:17 +0800
commit63419d9cc07c56234d0f61a80f32105b192aec8e (patch)
tree827cf4d134cf3b4618d0167cc912f3efd47c3aac /tools/util/makefile
parent1625072293c40ba3cb819f8f48aeb4b64e93b133 (diff)
downloadpsn00bsdk-63419d9cc07c56234d0f61a80f32105b192aec8e.tar.gz
Lots of makefile corrections, improved build and toolchain instructions, added elf2cpe converter, fixed typo in plasma_tbl.h of n00bdemo example
Diffstat (limited to 'tools/util/makefile')
-rw-r--r--tools/util/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/util/makefile b/tools/util/makefile
index c49a581..fe7aed5 100644
--- a/tools/util/makefile
+++ b/tools/util/makefile
@@ -10,6 +10,7 @@ endif
all:
$(CC) $(CFLAGS) elf2x.c -o elf2x$(EXE_SUFFIX)
+ $(CC) $(CFLAGS) elf2cpe.c -o elf2cpe$(EXE_SUFFIX)
install:
mkdir -p ../bin