Add n.sh build script and .gitignore
authorNick Downing <nick@ndcode.org>
Fri, 14 Jun 2019 13:06:45 +0000 (23:06 +1000)
committerNick Downing <nick@ndcode.org>
Fri, 14 Jun 2019 13:06:45 +0000 (23:06 +1000)
.gitignore [new file with mode: 0644]
n.sh [new file with mode: 0755]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..febf21a
--- /dev/null
@@ -0,0 +1,5 @@
+*.o
+/asxmak/linux/build/aslink
+/asxmak/linux/build/asz80
+/asxmak/linux/exe/aslink
+/asxmak/linux/exe/asz80
diff --git a/n.sh b/n.sh
new file mode 100755 (executable)
index 0000000..5a4b4f0
--- /dev/null
+++ b/n.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+(cd asxmak/linux/build && make asz80 aslink)
+cp asxmak/linux/exe/as* $HOME/bin