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, 0 insertions, 17 deletions
diff --git a/sm/old/A_astrolib.sm b/sm/old/A_astrolib.sm
deleted file mode 100644
index 9da7ffc..0000000
--- a/sm/old/A_astrolib.sm
+++ /dev/null
@@ -1,5 +0,0 @@
-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
deleted file mode 100644
index f53e2da..0000000
--- a/sm/old/README
+++ /dev/null
@@ -1,2 +0,0 @@
-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
deleted file mode 100644
index 0ee7417..0000000
--- a/sm/old/assemble_astrolib.sm
+++ /dev/null
@@ -1,5 +0,0 @@
-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
deleted file mode 100644
index fdeb5de..0000000
--- a/sm/old/build_astrolib.sm
+++ /dev/null
@@ -1,5 +0,0 @@
-
-TABLE build HOST arzach
- CMD dev.astrolib RUN "build_astrolib"
- AFTER arzach:assemble/dev.astrolib
-