added make_raw tool, to create raw sound files
[sound-tools/hdrec.git] / Makefile
index a27d210..1d9af21 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,9 @@ all: $(TARGETS)
 hdrec:
        $(CC) $(CFLAGS) -Wall fourier.c oss_api.c hdrec.c -o hdrec -lm -ldirectfb
 
+make_raw:
+       $(CC) -O3 -Wall make_raw.c -o make_raw -lm
+
 clean:
        rm $(OBJS) hdrec