diff --git a/.gitignore b/.gitignore index 62399af..6566e10 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.tar.* src/ pkg/ +!terminal.tar.gz diff --git a/Makefile b/Makefile index 83d0f0b..5d2f948 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,8 @@ package: tar -czvf terminal.tar.gz terminal/ + +build: + make package makepkg -si clean: diff --git a/terminal.tar.gz b/terminal.tar.gz new file mode 100644 index 0000000..ab70740 Binary files /dev/null and b/terminal.tar.gz differ