From 677eb93f703dbbbc8fddbbf16e234994ae98a576 Mon Sep 17 00:00:00 2001 From: hackbard Date: Fri, 24 Sep 2004 11:12:22 +0000 Subject: [PATCH] makefile improvements --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2729ee7..353989a 100644 --- 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 -- 2.20.1