From 75a0f1b03578304fbc52b7e9dbde51506514c774 Mon Sep 17 00:00:00 2001 From: Nach Date: Tue, 20 Nov 2007 00:06:18 +0000 Subject: [PATCH] Fixed clean. git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@104 a31d4220-a93d-0410-bf67-fe4944624d44 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2a02c77c..d794c007 100644 --- a/Makefile +++ b/Makefile @@ -76,4 +76,4 @@ ${OUT}: ${OBJECTS} ${LIB} $(STRIP) $@ clean: - $(DEL) vba ${OBJECTS} ${LIB} + $(DEL) ${OUT} ${OBJECTS} ${LIB}