aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-10-16 00:41:26 -0700
committerGravatar Tom Willemse2020-10-16 13:31:10 -0700
commitf58e5284391f7876ceb207550c66786cb5c028c8 (patch)
treebc4a35db710584927de79313ed11549d2217907b /GNUmakefile
parent74d0211b53d1a925162fde2d22392ecacf262f9c (diff)
downloademacs-config-f58e5284391f7876ceb207550c66786cb5c028c8.tar.gz
emacs-config-f58e5284391f7876ceb207550c66786cb5c028c8.zip
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.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
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))