5
mirror of https://gitlab.com/zephray/glider.git synced 2026-03-09 12:53:48 +00:00
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