aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-03-02 17:59:42 -0800
committerGravatar Tom Willemse2020-03-02 17:59:42 -0800
commit68e796fb7c6242ac9a3941f62c03aa8ba0d0f178 (patch)
tree3008a816db6dde6cb21e17ab1516b76774673064 /GNUmakefile
parentf082706a204de79f70ff9dcde9957eab8eeadc20 (diff)
downloademacs-config-68e796fb7c6242ac9a3941f62c03aa8ba0d0f178.tar.gz
emacs-config-68e796fb7c6242ac9a3941f62c03aa8ba0d0f178.zip
Add snippets to oni-csharp
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 \