pico-acm-cfw/tools/elf2uf2/makefile
2025-03-24 09:33:49 +01:00

4 lines
53 B
Makefile

all: build
build: main.cpp
g++ -o elf2uf2 main.cpp