summaryrefslogtreecommitdiff
path: root/tools/elf2uf2/makefile
diff options
context:
space:
mode:
authorLoïc Guégan <manzerbredes@mailbox.org>2025-03-24 09:33:49 +0100
committerLoïc Guégan <manzerbredes@mailbox.org>2025-03-24 09:33:49 +0100
commit7741f014456df395b655b72d9ebb848af72cc37e (patch)
tree5ddae273929780ac7c0af2a26b64ba1a382e4b05 /tools/elf2uf2/makefile
parentd3ecfe3498d73d3ba924063bc1001cca3f333170 (diff)
Init repository
Diffstat (limited to 'tools/elf2uf2/makefile')
-rw-r--r--tools/elf2uf2/makefile4
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