diff options
| author | 2019-08-23 23:42:58 -0700 | |
|---|---|---|
| committer | 2019-08-23 23:42:58 -0700 | |
| commit | 6902ce5a334545f0d48b86e61b1e828a2a2f5edb (patch) | |
| tree | c344c8e4ef1ff01eb18a7c6751f2097ddca4ba29 | |
| parent | ec7dc0b32e3b7e09a40a7488e784d2c6a17d70f2 (diff) | |
| download | emacs-config-6902ce5a334545f0d48b86e61b1e828a2a2f5edb.tar.gz emacs-config-6902ce5a334545f0d48b86e61b1e828a2a2f5edb.zip | |
Include ‘oni-css’ in packaging
| -rw-r--r-- | GNUmakefile | 2 |
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 \ |
