diff --git a/.gitignore b/.gitignore index 9993b8b..8ed6a97 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ a.exe test.tmk tiny tiny.tmk +a.out +.gitignore +build.tmk diff --git a/PKGBUILD b/PKGBUILD new file mode 100644 index 0000000..8610297 --- /dev/null +++ b/PKGBUILD @@ -0,0 +1,5 @@ +pkgname=tiny +pkgver=1.0 +pkgrel=1 +pkgdesc="tiny script runner" +arch=('x86_64') \ No newline at end of file