diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9f50af7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.apbx \ No newline at end of file diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..342ae2c --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +.PHONY: build + +build: + 7z a -pmalte -mhe=on "lite.apbx" ./src/* \ No newline at end of file diff --git a/src/playbook.png b/src/playbook.png new file mode 100644 index 0000000..8514770 Binary files /dev/null and b/src/playbook.png differ