7
mirror of https://gitlab.com/zephray/glider.git synced 2024-11-22 22:14:40 +00:00
glider/utils/mxc_waveform_asm/Makefile
2024-05-14 18:32:10 -04:00

8 lines
177 B
Makefile

all: mxc_wvfm_asm
mxc_wvfm_asm: main.c ini.c csv.c fread_csv_line.c split.c
gcc -O1 -g main.c ini.c csv.c fread_csv_line.c split.c -o mxc_wvfm_asm
clean:
rm -f mxc_wvfm_asm