Skip to content

Commit

Permalink
Improvement to @goal @glob #46
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Sep 19, 2021
1 parent 0f9e55e commit a562b75
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makesurefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
}

@goal tested
@doc runs all *.tush tests
@depends_on tests/*.tush

@goal @glob tests/*.tush @private
Expand Down Expand Up @@ -134,7 +135,7 @@ function trim(s) { sub(/^[ \t\r\n]+/, "", s); sub(/[ \t\r\n]+$/, "", s); return
} > makesure_stable

@goal default
@doc calls tested goal
@doc calls 'tested' goal
@depends_on tested

@goal tested_awks
Expand Down Expand Up @@ -168,7 +169,7 @@ function trim(s) { sub(/^[ \t\r\n]+/, "", s); sub(/[ \t\r\n]+$/, "", s); return
# AWK="busybox awk" ./makesure tested

@goal installed_awks
@doc installs all awks
@doc installs all awks into ./soft
@depends_on installed_bwk
@depends_on installed_gawk51
@depends_on installed_mawk134
Expand Down

0 comments on commit a562b75

Please sign in to comment.