mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-31 22:25:34 -04:00
11 lines
253 B
Makefile
11 lines
253 B
Makefile
|
|
TARGETS = blank.emu10k1 chorus.emu10k1 delay.emu10k1 eq2.emu10k1 eq5.emu10k1 \
|
||
|
|
fir.emu10k1 flanger.emu10k1 sine.emu10k1 tremolo.emu10k1 vibrato.emu10k1 \
|
||
|
|
vol_ctrl.emu10k1
|
||
|
|
|
||
|
|
%.emu10k1: %.asm
|
||
|
|
../as10k1 $<
|
||
|
|
|
||
|
|
all: $(TARGETS)
|
||
|
|
|
||
|
|
clean:
|
||
|
|
rm -f *~ *.emu10k1
|