summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorMichael Williamson <mike@zwobble.org>2026-05-26 19:47:05 +0100
committerMichael Williamson <mike@zwobble.org>2026-05-26 19:50:54 +0100
commitba5f68aa1f6e909dad92dac0fdbf6cf808fbfe76 (patch)
tree065bfdcd41e8bc6ad9aba3ec4ed7adb8b4c3916b /makefile
parent5c0b6c30c84067dcc36dbdc9d8e4075e94490131 (diff)
Add CLI
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/makefile b/makefile
new file mode 100644
index 0000000..66b9e08
--- /dev/null
+++ b/makefile
@@ -0,0 +1,4 @@
+.PHONY: package
+
+package:
+ mvn package -Dmaven.test.skip=true