Skip to content

Commit

Permalink
Makefile update (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicopicchio authored Mar 19, 2024
1 parent 9ddb2f3 commit 6cf86a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SHELL := /bin/sh

APPLICATION_NAME="Digital Workspace"

.PHONY: help
.PHONY: help setup

help: # List commands and their descriptions
@grep -E '^[a-zA-Z0-9_-]+: # .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ": # "; printf "\n\033[93;01m%-30s %-30s\033[0m\n\n", "Command", "Description"}; {split($$1,a,":"); printf "\033[96m%-30s\033[0m \033[92m%s\033[0m\n", a[1], $$2}'
Expand Down

0 comments on commit 6cf86a3

Please sign in to comment.