From 6902ce5a334545f0d48b86e61b1e828a2a2f5edb Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 23 Aug 2019 23:42:58 -0700 Subject: Include ‘oni-css’ in packaging --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3-54-g00ecf