diff options
author | Egor Tensin <egor@tensin.name> | 2025-09-08 12:06:12 +0200 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2025-09-08 12:09:34 +0200 |
commit | 76afaa0eb3c72299e1a586f276d835526754c139 (patch) | |
tree | f7dd7e496233880b212e874ff4496ade340b9b46 /Makefile | |
parent | split master-related stuff to master (diff) | |
download | grub-reboot-into-windows-76afaa0eb3c72299e1a586f276d835526754c139.tar.gz grub-reboot-into-windows-76afaa0eb3c72299e1a586f276d835526754c139.zip |
aur: 0.1-1
Also, moved everything to GitHub (partially, in responsed to the
accepted deletion request citing "do not host sources here").
Also, reset the version number, because why not.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ include prelude.mk -PKG_NAME := reboot-into-windows +PKG_NAME := grub-reboot-into-windows .PHONY: all all: build |