Skip to content

Commit 8550204

Browse files
authored
Merge pull request #304 from okurz/feature/make
Makefile: Add more helpful default target 'help'
2 parents bb92b87 + 536d50d commit 8550204

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.PHONY: help
2+
help:
3+
@echo Call one of the available targets:
4+
@sed -n 's/\(^[^.#[:space:]A-Z]*\):.*$$/\1/p' Makefile | uniq
15

26
# projects_opensuse := $(shell echo openSUSE:Leap:15.2:Staging:{A..D})
37

0 commit comments

Comments
 (0)