Skip to content

Commit

Permalink
maint: update release.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
shintaro-iwasaki committed Oct 7, 2020
1 parent a9937e2 commit 049e65e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions maint/release.pl
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ sub run_cmd
run_cmd("rm -rf README.md");
run_cmd("find . -name autom4te.cache | xargs rm -rf");
run_cmd("find . -name .gitignore | xargs rm -rf");
run_cmd("find . -name .github | xargs rm -rf");
run_cmd("find . -name .tmp | xargs rm -rf");
print("done\n");

Expand Down

0 comments on commit 049e65e

Please sign in to comment.