diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Makefile | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7e6764a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +ISS_Above.zip diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..4ed6c65 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +all: ISS_Above.zip + +ISS_Above.zip: extension.js metadata.json + zip -9vj $@ $^ |