4
mirror of https://gitlab.com/zephray/glider.git synced 2026-07-11 23:47:17 +00:00
Files
2024-05-14 18:32:10 -04:00

6 lines
105 B
Makefile

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