From 63419d9cc07c56234d0f61a80f32105b192aec8e Mon Sep 17 00:00:00 2001 From: "John Wilbert M. Villamor" Date: Thu, 18 Feb 2021 13:31:17 +0800 Subject: Lots of makefile corrections, improved build and toolchain instructions, added elf2cpe converter, fixed typo in plasma_tbl.h of n00bdemo example --- tools/util/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/util/makefile') 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 -- cgit v1.2.3