5 lines
53 B
Makefile
5 lines
53 B
Makefile
![]() |
all: build
|
||
|
|
||
|
build: main.cpp
|
||
|
g++ -o elf2uf2 main.cpp
|