Skip to content

Commit 594c76e

Browse files
author
Detlef Groth
committed
adding task listening to makefile.etf with .PHONY instruction
1 parent 6782534 commit 594c76e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jasspa/macros/makefile.etf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Author : $Author$
44
# Created By : $USER_NAME$
55
# Created : $ASCII_TIME$
6-
# Last Modified : <250106.1238>
6+
# Last Modified : <250106.1241>
77
#
88
# Description :
99
#
@@ -27,6 +27,7 @@ CURRENT_MAKEFILE := $(lastword $(MAKEFILE_LIST))
2727
ARGS=
2828

2929
## default: list existing tasks
30+
.PHONY: tasks
3031
tasks: ## list all tasks
3132
@grep -Eo '^[a-z0-9]+:.+' $(CURRENT_MAKEFILE) | sed -E 's/:\s+##/\t- /g'
3233

0 commit comments

Comments
 (0)