summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
blob: 71bdcb85d916fede9e60061a2ab733a19fe83694 (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) -lvmcore -lanalysis -lbcreader -lbcwriter \
                               -lopt -lasmwriter