Skip to content

Commit d083259

Browse files
committed
Add binary clean script
1 parent 7de8df4 commit d083259

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

clean.sh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
rm ./applet/acorn_ui.o && rm ./applet/Makefile && rm ./applet/.qmake.*
4+
rm ./build/acorn-gui && rm ./build/acorn-cmd

0 commit comments

Comments
 (0)