summaryrefslogtreecommitdiffstats
path: root/src/bld/makefile
blob: 37fd2e4b177c045bde49ff9186a120b9cce6c6e1 (plain)
1
2
3
4
5
6
7
linker: linker.C
	g++ -O3 linker.C -o linker -lbfd

all: linker

clean:
	(rm -f linker)
OpenPOWER on IntegriCloud