summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/analyze/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/analyze/Makefile b/tools/analyze/Makefile
index e8e191c0e2..d624faff81 100644
--- a/tools/analyze/Makefile
+++ b/tools/analyze/Makefile
@@ -3,7 +3,7 @@ include $(LEVEL)/Makefile.common
all:: analyze
clean ::
- rm -f opt
+ rm -f analyze
analyze : $(ObjectsG) Debug/.dir Depend/.dir
$(LinkG) -o $@ $(ObjectsG) -lopt -lasmparser \