diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index a21b0fe..0000000 --- a/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -include prelude.mk - -PKG_NAME := reboot-into-windows - -.PHONY: all -all: build - -.PHONY: build -build: - makepkg --clean --cleanbuild --force --syncdeps && makepkg --printsrcinfo > .SRCINFO - -.PHONY: commit -commit: - git add .SRCINFO - source ./PKGBUILD && git commit -am "aur: $$pkgver-$$pkgrel" - -.PHONY: push -push: - git push 'ssh://aur@aur.archlinux.org/$(call escape,$(PKG_NAME)).git' "$$( git symbolic-ref HEAD ):master" |