1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00

Fix clean target

llvm-svn: 203
This commit is contained in:
Chris Lattner 2001-07-18 23:43:53 +00:00
parent 56541a781a
commit 7069a38446

View File

@ -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 \