Skip to content

Commit 8ea73f0

Browse files
committed
optionally edit new makefile after creating
1 parent d340919 commit 8ea73f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

runfile.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ EOF
190190
# Done with temporary Makefile construction.
191191
# ::::::::::::::::::::::::::::::::::::::::::
192192
193-
# --create-makefile : Write generated Makefile then exit.
193+
# --create-makefile : Write generated Makefile, open in editor (optional) then exit.
194194
# --overwrite-makefile : Can be used to overwrite when Makefile already exists.
195195
if [[ " $* " == *' --create-makefile '* || " $* " == *' --overwrite-makefile '* ]]
196196
then
@@ -204,6 +204,7 @@ EOF
204204
else
205205
print-makefile "${mf}" > ./Makefile
206206
rm "${mf}"
207+
edit-file-smartcase makefile --confirm
207208
exit 0
208209
fi
209210
fi

0 commit comments

Comments
 (0)