summarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBobby Burden III2019-02-12 17:07:04 -0500
committerBobby Burden III2019-02-12 17:07:04 -0500
commit23ec13c95e631b79228059d72088ba5b29fe34d7 (patch)
tree776862c2f28dd0207a8407f4673ee312a73693c2 /Makefile
downloadaur-pastify.tar.gz
Initial commit. Version 1.0.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 000000000000..579cdc75e109
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+clean:
+ rm -f *xz
+ rm -f *gz
+ rm -rf src
+ rm -rf pkg
+
+srcinfo:
+ makepkg --printsrcinfo > .SRCINFO