1
0

Hide all files, add to clean script

This commit is contained in:
2023-09-19 15:42:44 -04:00
parent 0ab298bb66
commit 970c584d0a
2 changed files with 5 additions and 2 deletions

View File

@@ -65,7 +65,7 @@
find . -type f -name '*.o' -delete
# Delete any test graphs created
find . -type f -name 'test.png' -delete
find . -type f -name '*.png' -delete
'';
in
pkgs.mkShell {