diff --git a/tools/analyze/Makefile b/tools/analyze/Makefile index e8e191c0e28..d624faff811 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 \