diff options
Diffstat (limited to '_AUR/Makefile')
| -rw-r--r-- | _AUR/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_AUR/Makefile b/_AUR/Makefile new file mode 100644 index 0000000..1fda06c --- /dev/null +++ b/_AUR/Makefile @@ -0,0 +1,7 @@ +.PHONY: all release + +all: + makepkg -s + +release: + makepkg --printsrcinfo > .SRCINFO |
