From 6902ce5a334545f0d48b86e61b1e828a2a2f5edb Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 23 Aug 2019 23:42:58 -0700 Subject: [PATCH] =?UTF-8?q?Include=20=E2=80=98oni-css=E2=80=99=20in=20pack?= =?UTF-8?q?aging?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 \