From f58e5284391f7876ceb207550c66786cb5c028c8 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 16 Oct 2020 00:41:26 -0700 Subject: Only include packages that start with ‘oni-’ Now that there is a generated.el in the repository, I don’t want to package _that_ up. A better idea would probably be to move it to some subfolder. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 0d51bcb..a8ec5c5 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,4 +1,4 @@ -FILES := $(wildcard *.el) +FILES := $(wildcard oni-*.el) PACKAGE_TARGETS := $(addprefix package-,$(FILES)) -- cgit v1.2.3-54-g00ecf