Fix build

Fix build and clean of as10k1 to work properly with the recent
auto-tools.
This commit is contained in:
Takashi Iwai 2005-03-17 16:43:29 +00:00
parent 71a69106ee
commit 37104ebf62
2 changed files with 8 additions and 7 deletions

View file

@ -5,7 +5,9 @@ TARGETS = blank.emu10k1 chorus.emu10k1 delay.emu10k1 eq2.emu10k1 eq5.emu10k1 \
%.emu10k1: %.asm
../as10k1 $<
all: $(TARGETS)
all:
dsp: $(TARGETS)
clean:
rm -f *~ *.emu10k1
rm -f *~ *.emu10k1