summarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTiago Koji Castro Shibata2018-03-28 19:40:26 -0300
committerTiago Koji Castro Shibata2018-03-28 19:40:34 -0300
commit8041aea8b0c764e88cd962f83d32312a63a59865 (patch)
tree2e9e0743039537c5fafdc973f0a84f068c9ab7b6 /Makefile
downloadaur-8041aea8b0c764e88cd962f83d32312a63a59865.tar.gz
Initial version
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 000000000000..530ee439c38d
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,10 @@
+all: .SRCINFO
+
+.SRCINFO: PKGBUILD
+ makepkg --printsrcinfo > .SRCINFO
+
+test:
+ makepkg -sf
+ namcap archc-git-*.pkg*
+
+.PHONY: all clean test