mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
f42a7804c8
llvm-svn: 272
11 lines
179 B
Makefile
11 lines
179 B
Makefile
LEVEL = ../..
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
all:: dis
|
|
clean ::
|
|
rm -f dis
|
|
|
|
dis : $(ObjectsG)
|
|
$(LinkG) -o $@ $(ObjectsG) -lbcreader -lasmwriter -lanalysis -lvmcore -lsupport
|
|
|