-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Makefile] Modifies install/uninstall target. Adds help target (#135)
Makefile: Install target: - Added "uninstall" and "help" target to ".phony". - Hook initcpio will be installed only on Arch Linux like distributions. Uninstall target: - All commands are in silent mode. - "rmdir" command will not interrupt the uninstallation if the folder does not exist. - Remove "-r" option to "rm" command. - Fix a mistake in deleting the "readme" file. - Uninstalling the "grub-btrfs.cfg" file uses the "GRUB_BTRFS_GRUB_DIRNAME" variable. - Delete initcpio folder if not on Arch. - Delete "grub-btrfs" docs and licenses folders. help target: - Add "help" target.
- Loading branch information
Showing
1 changed file
with
43 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters