diff options
Diffstat (limited to 'update_ev_wrap')
-rwxr-xr-x | update_ev_wrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_ev_wrap b/update_ev_wrap index 30ebb4f..6e43069 100755 --- a/update_ev_wrap +++ b/update_ev_wrap @@ -7,4 +7,4 @@ ) | cc -E -o - - | sed -n -e 's/define/#define/p' | ( echo "/* DO NOT EDIT, automatically generated by update_ev_wrap */" cat -) | tee ev_wrap.h +) > ev_wrap.h |