summaryrefslogtreecommitdiff
path: root/cmd/rescribe/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/rescribe/makefile')
-rw-r--r--cmd/rescribe/makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/rescribe/makefile b/cmd/rescribe/makefile
index a40dce3..ae92dda 100644
--- a/cmd/rescribe/makefile
+++ b/cmd/rescribe/makefile
@@ -60,3 +60,6 @@ dist/windows/rescribe.exe: build/windows/rescribe-bin.exe
mkdir -p dist/windows
CC="x86_64-w64-mingw32-gcc" fyne package --name Rescribe --exe build/windows/rescribe-bin.exe --os windows --icon icon.png
mv rescribe.exe $@
+
+clean:
+ rm -rf dist build