summaryrefslogtreecommitdiffstats
path: root/src/bld/makefile
blob: d80e2b533c4bcb756a16ce634030176c2a0f1f88 (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