7
mirror of https://gitlab.com/zephray/glider.git synced 2024-11-26 06:50:23 +00:00
glider/utils/wbf_flash_decompress/Makefile
2024-05-14 18:32:10 -04:00

6 lines
133 B
Makefile

all: wbf_flash_decompress
wbf_flash_decompress: main.c
gcc -O1 -g main.c -o wbf_flash_decompress
clean:
rm -f wbf_flash_decompress