summaryrefslogtreecommitdiff
path: root/tools/llvm-as/Makefile
blob: 9d36cc1d0076f7267f77940651201d18883f859c (plain)
1
2
3
4
5
6
7
8
9
LEVEL = ../..
include $(LEVEL)/Makefile.common

all:: as
clean::
	rm -f as

as : $(ObjectsG)
	$(LinkG) -o as $(ObjectsG) -lasmparser -lbcwriter -lasmwriter -lanalysis -lvmcore