llvm-6502/tools/llvm-as/Makefile
2001-07-15 21:13:29 +00:00

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