7
mirror of https://gitlab.com/zephray/glider.git synced 2024-11-22 22:14:40 +00:00
glider/utils/mxc_waveform_dump/Makefile
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