ALLEGRO_DAT = dat WAVS = clock1.wav crowd1.wav cuckoo.wav foghorn.wav splash1.wav war.wav all: sfx.dat sfx.dat: $(WAVS) @rm -f $@ @echo Creating $@ @dat -a -t sample $@ $(WAVS) clean: @rm -f *.dat distclean: @rm -f Makefile