aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-08-23 23:42:58 -0700
committerGravatar Tom Willemse2019-08-23 23:42:58 -0700
commit6902ce5a334545f0d48b86e61b1e828a2a2f5edb (patch)
treec344c8e4ef1ff01eb18a7c6751f2097ddca4ba29 /GNUmakefile
parentec7dc0b32e3b7e09a40a7488e784d2c6a17d70f2 (diff)
downloademacs-config-6902ce5a334545f0d48b86e61b1e828a2a2f5edb.tar.gz
emacs-config-6902ce5a334545f0d48b86e61b1e828a2a2f5edb.zip
Include ‘oni-css’ in packaging
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index e6d2dc3..da43716 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -2,7 +2,7 @@ FILES := $(wildcard *.el)
PACKAGE_TARGETS := $(addprefix package-,$(FILES))
-package: $(PACKAGE_TARGETS) package-oni-conf
+package: $(PACKAGE_TARGETS) package-oni-conf package-oni-css
package-%: %
emacs --batch \