]> hackdaworld.org Git - sound-tools/hdrec.git/blobdiff - Makefile
there is a new event api ...
[sound-tools/hdrec.git] / Makefile
index 2729ee7e2a9bc973e3ae495210ac1529fb79d6ad..353989a3c56005e3ddf3fe16d11d81a469d94d15 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 CFLAGS = -O3 -Wall -I/usr/include/directfb
 CC = gcc
 
-TARGETS = hdrec
+TARGETS = hdrec make_raw
 
 all: $(TARGETS)
 
@@ -18,6 +18,6 @@ links:
        ln -sf ../../api/fourier/fourier.h .
 
 clean:
-       rm $(OBJS) hdrec
+       rm -f $(TARGETS)
 
 remake: clean all