aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2025-09-08 11:45:26 +0200
committerEgor Tensin <egor@tensin.name>2025-09-08 11:46:18 +0200
commit2b2d6a152de2ba6dd90fe0687d136e2eb6ccd989 (patch)
tree452dd1728bea59b2abe1102c109e02666a2d719c /Makefile
parentaur: 0.2-1 (diff)
downloadgrub-reboot-into-windows-2b2d6a152de2ba6dd90fe0687d136e2eb6ccd989.tar.gz
grub-reboot-into-windows-2b2d6a152de2ba6dd90fe0687d136e2eb6ccd989.zip
split AUR-related stuff to the aur branch
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile19
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"