summarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 64eab11d90e0..a188711c9bf5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.PHONY: PKGBUILD
+.PHONY: PKGBUILD clean
all: PKGBUILD .SRCINFO
@@ -6,4 +6,7 @@ PKGBUILD:
makepkg -doc
.SRCINFO: PKGBUILD
- makepkg --printsrcinfo > .SRCINFO \ No newline at end of file
+ makepkg --printsrcinfo > .SRCINFO
+
+clean:
+ rm -rf gds-cli-git pkg src \ No newline at end of file