diff options
Diffstat (limited to 'tools/elf2uf2/makefile')
| -rw-r--r-- | tools/elf2uf2/makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
