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)