summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
blob: a01097ff55b0b0c3ecb80ef9b7bf41ac06507131 (plain)
1
2
3
4
5
6
7
8
9
10
LEVEL = ../..
include $(LEVEL)/Makefile.common

all:: opt
clean ::
	rm -f opt

opt : $(ObjectsG)
	$(LinkG) -o $@ $(ObjectsG) -lopt -lbcreader -lbcwriter \
                               -lasmwriter -lanalysis -lvmcore