mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-30 07:22:55 +01:00
f42a7804c8
llvm-svn: 272
10 lines
187 B
Makefile
10 lines
187 B
Makefile
LEVEL = ../..
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
all:: as
|
|
clean::
|
|
rm -f as
|
|
|
|
as : $(ObjectsG)
|
|
$(LinkG) -o as $(ObjectsG) -lasmparser -lbcwriter -lasmwriter -lanalysis -lvmcore -lsupport
|