include ..\makefile.in

TARGET = writewav.exe

all: $(TARGET)

clean:
	$(RM) $(OUTDIR)\$(TARGET)
