aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 000000000000..8ed5fa288caf
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,13 @@
+all: makepkg
+
+makepkg: clean
+ makepkg
+
+srcinfo:
+ makepkg --printsrcinfo > .SRCINFO
+
+clean:
+ $(RM) kx3util*.pkg.tar.xz
+ $(RM) KX3Utility*.tgz
+ $(RM) -r pkg
+ $(RM) -r src