From 9233e62dc4bfa33a7b50dfc76646945827a00eca Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 19 Oct 2020 13:44:23 -0700 Subject: [PATCH] Add oni-bats as a multi-file package --- GNUmakefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)