aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-as/Makefile
blob: fcb92935721f335392373e72924da7149e97648a (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  -lsupport