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.
This commit is contained in:
parent
74d0211b53
commit
f58e528439
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FILES := $(wildcard *.el)
|
FILES := $(wildcard oni-*.el)
|
||||||
|
|
||||||
PACKAGE_TARGETS := $(addprefix package-,$(FILES))
|
PACKAGE_TARGETS := $(addprefix package-,$(FILES))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue