aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 7e22dd0..0d51bcb 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -16,7 +16,8 @@ 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-php package-oni-python package-oni-ruby package-oni-twig \
+ package-oni-csharp
package-%: %
$(call upload,\"$^\")
@@ -54,6 +55,9 @@ package-oni-ruby:
package-oni-twig:
$(call upload-multi-file,oni-twig)
+package-oni-csharp:
+ $(call upload-multi-file,oni-csharp)
+
install-%:
emacs --batch \
--load oni-package.el \