glider/utils/wbf_flash_decompress/Makefile

6 lines
133 B
Makefile
Raw Permalink Normal View History

2024-05-14 22:32:10 +00:00
all: wbf_flash_decompress
wbf_flash_decompress: main.c
gcc -O1 -g main.c -o wbf_flash_decompress
clean:
rm -f wbf_flash_decompress