From 7741f014456df395b655b72d9ebb848af72cc37e Mon Sep 17 00:00:00 2001 From: Loïc Guégan Date: Mon, 24 Mar 2025 09:33:49 +0100 Subject: Init repository --- tools/elf2uf2/makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tools/elf2uf2/makefile (limited to 'tools/elf2uf2/makefile') diff --git a/tools/elf2uf2/makefile b/tools/elf2uf2/makefile new file mode 100644 index 0000000..ba0e4d0 --- /dev/null +++ b/tools/elf2uf2/makefile @@ -0,0 +1,4 @@ +all: build + +build: main.cpp + g++ -o elf2uf2 main.cpp -- cgit v1.2.3