summaryrefslogtreecommitdiffstats
path: root/src/bld/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/bld/makefile')
-rw-r--r--src/bld/makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/bld/makefile b/src/bld/makefile
new file mode 100644
index 000000000..37fd2e4b1
--- /dev/null
+++ b/src/bld/makefile
@@ -0,0 +1,7 @@
+linker: linker.C
+ g++ -O3 linker.C -o linker -lbfd
+
+all: linker
+
+clean:
+ (rm -f linker)
OpenPOWER on IntegriCloud