summarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMaximilian Moser2021-03-20 23:51:29 +0100
committerMaximilian Moser2021-03-20 23:51:29 +0100
commitff9bbb907364747bbb41e82b1286f86ff8012c12 (patch)
tree34c160190ff44e89f93db3051fa4d82eaafbaf21 /Makefile
parent7014ed2af84c10eac4dd0258ab56a181c4457860 (diff)
downloadaur-ff9bbb907364747bbb41e82b1286f86ff8012c12.tar.gz
Update repo URL and add Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 000000000000..34ba1be71216
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+build:
+ makepkg -f
+ makepkg --printsrcinfo > .SRCINFO
+
+clean:
+ rm -rf pkg src lightdm-elephant-greeter *.pkg.tar.xz
+