mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +00:00
Merge pull request #3 from francisbouvier/fix-make-help
make: fix help w/ linux
This commit is contained in:
16
Makefile
16
Makefile
@@ -5,14 +5,14 @@
|
|||||||
## Display this help screen
|
## Display this help screen
|
||||||
help:
|
help:
|
||||||
@printf "\e[36m%-35s %s\e[0m\n" "Command" "Usage"
|
@printf "\e[36m%-35s %s\e[0m\n" "Command" "Usage"
|
||||||
@sed -n '/^## /{\
|
@sed -n -e '/^## /{'\
|
||||||
s/## //g;\
|
-e 's/## //g;'\
|
||||||
h;\
|
-e 'h;'\
|
||||||
n;\
|
-e 'n;'\
|
||||||
s/:.*//g;\
|
-e 's/:.*//g;'\
|
||||||
G;\
|
-e 'G;'\
|
||||||
s/\n/ /g;\
|
-e 's/\n/ /g;'\
|
||||||
p;}' Makefile | awk '{printf "\033[33m%-35s\033[0m%s\n", $$1, substr($$0,length($$1)+1)}'
|
-e 'p;}' Makefile | awk '{printf "\033[33m%-35s\033[0m%s\n", $$1, substr($$0,length($$1)+1)}'
|
||||||
|
|
||||||
|
|
||||||
# Zig commands
|
# Zig commands
|
||||||
|
|||||||
Reference in New Issue
Block a user