summaryrefslogtreecommitdiffstats
path: root/src/build/linker/makefile
blob: 6df00f18350d8c5ba89ccae3725a046d15194bf4 (plain)
1
2
3
4
5
6
7
linker: linker.C
	g++ -O3 -g linker.C -o linker -lbfd -I../../include/sys

all: linker

clean:
	(rm -f linker)
OpenPOWER on IntegriCloud