aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-10-19 13:44:23 -0700
committerGravatar Tom Willemse2020-10-19 13:44:51 -0700
commit9233e62dc4bfa33a7b50dfc76646945827a00eca (patch)
tree78c7959317aa9397651cc466d98a196e99168b19 /GNUmakefile
parent3f753fa61833ad049ce5d3cf9056350d395f1d82 (diff)
downloademacs-config-9233e62dc4bfa33a7b50dfc76646945827a00eca.tar.gz
emacs-config-9233e62dc4bfa33a7b50dfc76646945827a00eca.zip
Add oni-bats as a multi-file package
Diffstat (limited to 'GNUmakefile')
-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)