Skip to content

Commit 122fa93

Browse files
committed
Allow make.py to accpet just --source
1 parent 6d0716c commit 122fa93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
if __name__ == '__main__':
5151
# Parse Options
5252
parser = get_default_options_parser()
53-
group = parser.add_mutually_exclusive_group(required=True)
53+
group = parser.add_mutually_exclusive_group(required=False)
5454
group.add_argument("-p",
5555
type=argparse_many(test_known),
5656
dest="program",

0 commit comments

Comments
 (0)