9 lines
91 B
Makefile
9 lines
91 B
Makefile
|
TARGET = writewav
|
||
|
|
||
|
include ../makefile.in
|
||
|
|
||
|
all: $(TARGET)
|
||
|
|
||
|
clean:
|
||
|
$(RM) $(TARGET)
|