Skip to content

Commit

Permalink
Add cleanup script to remove temporary files created during configure…
Browse files Browse the repository at this point in the history
… run
  • Loading branch information
louisaslett committed Sep 30, 2024
1 parent e641ceb commit ff8ee3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cleanup
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

rm -rf src/Makevars a.out.dSYM

0 comments on commit ff8ee3e

Please sign in to comment.