aboutsummarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicolas Guilloux2019-04-07 02:28:00 +0200
committerNicolas Guilloux2019-04-07 02:28:00 +0200
commitd21122247a53ac8ea9ca8db34ae1b0f0b315595e (patch)
treeffe56adaa5037669ed3a497c4a61840e0c247afc /Makefile
parentabc9f10820f93660248944dcabbec3b93a0302b8 (diff)
downloadaur-d21122247a53ac8ea9ca8db34ae1b0f0b315595e.tar.gz
update to the new launcher
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 03f6f00ffbc3..5eba38c90330 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
version = 9add3366d25530d51d168608c54b5339b64d2a4e
-help:
+help:
@grep -E '(^[a-zA-Z_-]+:.*?##.*$$)|(^##)' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[32m%-10s\033[0m %s\n", $$1, $$2}' | sed -e 's/\[32m##/[33m/'
build:clear recup ## Build pakage
@@ -10,7 +10,6 @@ clear: ## Clear files
rm -rf ./pkg
rm -rf ./src
rm -f ./*.deb
- rm -f ./*.pl
rm -f ./shadow-beta-*.pkg.tar
rm -f ./*~
@@ -20,10 +19,5 @@ install:build ## Install package with pacman
pkgsum: ## update pkgsum with updpkgsums
updpkgsums
-recup: ## Get git files
- wget -O shadow-beta.install https://raw.githubusercontent.com/NicolasGuilloux/blade-shadow-beta/${version}/Arch/AUR/INSTALL
- wget -O wrapper.pl https://raw.githubusercontent.com/NicolasGuilloux/blade-shadow-beta/${version}/AppImage/wrapper.pl
- wget -O report.pl https://raw.githubusercontent.com/NicolasGuilloux/blade-shadow-beta/${version}/AppImage/report.pl
-
srcinfo: ## génération .SRCINFO
makepkg --printsrcinfo > .SRCINFO