aboutsummarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNoah Witt2021-02-03 10:31:20 -0600
committerNoah Witt2021-02-03 10:31:20 -0600
commitfbd7777549133a6b147b9ac2ffc91543513ae521 (patch)
tree37ae2e96cd689afdb23fd53a4595f4093be600dc /Makefile
parent3ab413613a6c3c4b78d3f3eb030068c0ea497a4e (diff)
downloadaur-fbd7777549133a6b147b9ac2ffc91543513ae521.tar.gz
some build changes and allow things to work better
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 63d8f60f17f3..155c553f0af3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-version = 9add3366d25530d51d168608c54b5339b64d2a4e
+version = 3ab413613a6c3c4b78d3f3eb030068c0ea497a4e
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/'