llvm-6502/tools/opt/Makefile

11 lines
218 B
Makefile
Raw Normal View History

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