summarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRadoslaw Mejer2020-01-09 10:34:21 +0100
committerRadoslaw Mejer2020-01-09 10:34:21 +0100
commitde5b61598a4c56623be4a2359db909b2328ff6b0 (patch)
tree8ca69515713ae2868cc6f9360a59dfc58cd31351 /Makefile
parentd8ac58f7ac309e69931eb15fd6cf1a0f68faf490 (diff)
downloadaur-de5b61598a4c56623be4a2359db909b2328ff6b0.tar.gz
Add clean phony target in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a1451de8802d..5105a0721323 100644
--- a/Makefile
+++ b/Makefile
@@ -3,3 +3,9 @@ all: .SRCINFO
.SRCINFO: PKGBUILD
makepkg --printsrcinfo > .SRCINFO
+
+.PHONY: clean
+clean:
+ rm -f stoplight-studio-*.AppImage
+ rm -f stoplight-studio-appimage-*.tar.xz
+ rm -rf pkg src