aboutsummaryrefslogtreecommitdiff
path: root/sm/old
diff options
context:
space:
mode:
Diffstat (limited to 'sm/old')
-rw-r--r--sm/old/A_astrolib.sm5
-rw-r--r--sm/old/README2
-rw-r--r--sm/old/assemble_astrolib.sm5
-rw-r--r--sm/old/build_astrolib.sm5
4 files changed, 17 insertions, 0 deletions
diff --git a/sm/old/A_astrolib.sm b/sm/old/A_astrolib.sm
new file mode 100644
index 0000000..9da7ffc
--- /dev/null
+++ b/sm/old/A_astrolib.sm
@@ -0,0 +1,5 @@
+IMPORT "init.sm"
+IMPORT "assemble_common.sm"
+IMPORT "assemble_astrolib.sm"
+IMPORT "build_astrolib.sm"
+
diff --git a/sm/old/README b/sm/old/README
new file mode 100644
index 0000000..f53e2da
--- /dev/null
+++ b/sm/old/README
@@ -0,0 +1,2 @@
+I think the files in here are unused, and they can probably be deleted, but I'm
+not sure so I'm sticking them here for easy recovery if things break :)
diff --git a/sm/old/assemble_astrolib.sm b/sm/old/assemble_astrolib.sm
new file mode 100644
index 0000000..0ee7417
--- /dev/null
+++ b/sm/old/assemble_astrolib.sm
@@ -0,0 +1,5 @@
+TABLE assemble HOST arzach
+
+ CMD dev.astrolib RUN "assemble_astrolib"
+ AFTER init/*
+
diff --git a/sm/old/build_astrolib.sm b/sm/old/build_astrolib.sm
new file mode 100644
index 0000000..fdeb5de
--- /dev/null
+++ b/sm/old/build_astrolib.sm
@@ -0,0 +1,5 @@
+
+TABLE build HOST arzach
+ CMD dev.astrolib RUN "build_astrolib"
+ AFTER arzach:assemble/dev.astrolib
+