summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTiago Koji Castro Shibata2018-02-08 14:40:09 -0200
committerTiago Koji Castro Shibata2018-02-08 14:51:09 -0200
commit683753db27baaeaf525dac49c13371f68c6836d2 (patch)
tree6565998b24d4b9f00091c630303d402a094d3729
parente59f3022e4b47bdebbd3226acc47a79d21c8e4a7 (diff)
downloadaur-683753db27baaeaf525dac49c13371f68c6836d2.tar.gz
Add Makefile
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 000000000000..26a9e91fa901
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,10 @@
+all: .SRCINFO
+
+.SRCINFO: PKGBUILD
+ makepkg --printsrcinfo > .SRCINFO
+
+test:
+ makepkg -sf
+ namcap lm4flash-git-*.pkg*
+
+.PHONY: all clean test