summaryrefslogtreecommitdiff
path: root/tools/as/Makefile
blob: 3fa7984e62130d58dd7af05e7a88381faa2b7682 (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) -lvmcore -lasmparser -lbcwriter -lanalysis -lasmwriter