1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 13:11:39 +01:00
llvm-mirror/tools/opt/Makefile
2001-07-15 21:13:29 +00:00

11 lines
219 B
Makefile

LEVEL = ../..
include $(LEVEL)/Makefile.common
all:: opt
clean ::
rm -f opt
opt : $(ObjectsG)
$(LinkG) -o $@ $(ObjectsG) -lopt -lbcreader -lbcwriter \
-lasmwriter -lanalysis -lvmcore