mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 16:53:02 +00:00
deddb40e91
llvm-svn: 198
10 lines
177 B
Makefile
10 lines
177 B
Makefile
LEVEL = ../..
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
all:: as
|
|
clean::
|
|
rm -f as
|
|
|
|
as : $(ObjectsG)
|
|
$(LinkG) -o as $(ObjectsG) -lasmparser -lbcwriter -lasmwriter -lanalysis -lvmcore
|