Skip to content

Commit 9dc4b98

Browse files
authored
Fix: remove problematic clean method in justfile
1 parent a8944af commit 9dc4b98

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

justfile

-8
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@ fetch:
1313
clone_nml:
1414
git clone https://github.com/openttd/nml.git
1515

16-
clean:
17-
find -name "*.png" -delete
18-
find -name "*.grf" -delete
19-
find -name "*.mp4" -delete
20-
find -name "*.nml" -delete
21-
find -name "*.wav" -delete
22-
rm .nmlcache -r
23-
2416
cp:
2517
# different on windows lolz
2618
cp ./bad_apple.grf ~/.local/share/openttd/newgrf/

0 commit comments

Comments
 (0)