From 9c37bf50da2ab49428ca01500506c8dcead84e1e Mon Sep 17 00:00:00 2001 From: short <> Date: Mon, 5 Aug 2002 19:01:21 +0000 Subject: [PATCH] +clean Cosmetic: Cleanup --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 87f0664..fd02f7e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,11 @@ # $Id$ -all: badblock-guess +TARGETS=badblock-guess + +all: $(TARGETS) badblock-guess: badblock-guess.c gcc -s -O2 -Wall -static `glib-config --cflags glib` -o $@ $< `glib-config --libs glib` -lext2fs + +clean: + $(RM) $(TARGETS) -- 1.8.3.1