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:
parent
56541a781a
commit
7069a38446
@ -3,7 +3,7 @@ include $(LEVEL)/Makefile.common
|
|||||||
|
|
||||||
all:: analyze
|
all:: analyze
|
||||||
clean ::
|
clean ::
|
||||||
rm -f opt
|
rm -f analyze
|
||||||
|
|
||||||
analyze : $(ObjectsG) Debug/.dir Depend/.dir
|
analyze : $(ObjectsG) Debug/.dir Depend/.dir
|
||||||
$(LinkG) -o $@ $(ObjectsG) -lopt -lasmparser \
|
$(LinkG) -o $@ $(ObjectsG) -lopt -lasmparser \
|
||||||
|
Loading…
Reference in New Issue
Block a user