aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index a8ec5c5..3bbf1c3 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -17,11 +17,14 @@ endef
package: $(PACKAGE_TARGETS) package-oni-conf package-oni-css package-oni-elisp \
package-oni-haml package-oni-html package-oni-nxml package-oni-org \
package-oni-php package-oni-python package-oni-ruby package-oni-twig \
- package-oni-csharp
+ package-oni-csharp package-oni-bats
package-%: %
$(call upload,\"$^\")
+package-oni-bats:
+ $(call upload-multi-file,oni-bats)
+
package-oni-conf:
$(call upload-multi-file,oni-conf)