-
Notifications
You must be signed in to change notification settings - Fork 196
Closed
Description
When I run this command and then interrupt it:
re2c -8 --no-generation-date src/symbol.re -o src/symbol.cpp
It will create an empty symbol.cpp file. This is problematic for make because the output now exists and so the job does not get rerun. To work around it, I must do this:
%.cpp: %.re
re2c -8 --no-generation-date
mv
However, it would be nicer if '-o' did this internally.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels