makefile improvements
authorhackbard <hackbard>
Fri, 24 Sep 2004 11:12:22 +0000 (11:12 +0000)
committerhackbard <hackbard>
Fri, 24 Sep 2004 11:12:22 +0000 (11:12 +0000)
Makefile

index 2729ee7..353989a 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