5
mirror of https://gitlab.com/zephray/glider.git synced 2026-06-13 20:22:09 +00:00
Files
2024-05-14 18:32:10 -04:00

6 lines
105 B
Makefile

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