Skip to content

Commit

Permalink
Consider the notion of private goals #31
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Aug 17, 2021
1 parent 833aa75 commit eb73fe9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ makesure ver. 0.9.7.1
Usage: makesure [options...] [-f buildfile] [goals...]
-f,--file buildfile
set buildfile to use (default Makesurefile)
-l,--list list non-@private available goals
-l,--list list all available non-@private goals
-la,--list-all list all available goals
-d,--resolved list resolved dependencies to reach given goals
-D "var=val",--define "var=val"
Expand Down
2 changes: 1 addition & 1 deletion makesure.awk
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function prepareArgs( i,arg) {
print "Usage: makesure [options...] [-f buildfile] [goals...]"
print " -f,--file buildfile"
print " set buildfile to use (default Makesurefile)"
print " -l,--list list non-@private available goals"
print " -l,--list list all available non-@private goals"
print " -la,--list-all list all available goals"
print " -d,--resolved list resolved dependencies to reach given goals"
print " -D \"var=val\",--define \"var=val\""
Expand Down
2 changes: 1 addition & 1 deletion makesure_stable
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function prepareArgs( i,arg) {
print "Usage: makesure [options...] [-f buildfile] [goals...]"
print " -f,--file buildfile"
print " set buildfile to use (default Makesurefile)"
print " -l,--list list non-@private available goals"
print " -l,--list list all available non-@private goals"
print " -la,--list-all list all available goals"
print " -d,--resolved list resolved dependencies to reach given goals"
print " -D \"var=val\",--define \"var=val\""
Expand Down
2 changes: 1 addition & 1 deletion tests/0_basic.tush
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $ cd "$MYDIR/tests/emptydir"; ../../makesure -h
| Usage: makesure [options...] [-f buildfile] [goals...]
| -f,--file buildfile
| set buildfile to use (default Makesurefile)
| -l,--list list non-@private available goals
| -l,--list list all available non-@private goals
| -la,--list-all list all available goals
| -d,--resolved list resolved dependencies to reach given goals
| -D "var=val",--define "var=val"
Expand Down

0 comments on commit eb73fe9

Please sign in to comment.