diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-07-03 12:56:57 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-07-03 12:57:16 -0400 |
commit | 044e2db3b1304062ac7f9ea3b4958e05d9f28a91 (patch) | |
tree | 8cb1f961ed23ee90f6456818015ff6af1fa78b65 /sm/old | |
parent | 59297fd4343716883b22603498aa043e48981dbe (diff) | |
download | steuermann-044e2db3b1304062ac7f9ea3b4958e05d9f28a91.tar.gz |
Initial commit of .gitignore; Delete STScI scripts
Diffstat (limited to 'sm/old')
-rw-r--r-- | sm/old/A_astrolib.sm | 5 | ||||
-rw-r--r-- | sm/old/README | 2 | ||||
-rw-r--r-- | sm/old/assemble_astrolib.sm | 5 | ||||
-rw-r--r-- | sm/old/build_astrolib.sm | 5 |
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 - |