1
0
Fork 0

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:
Tom Willemse 2020-10-16 00:41:26 -07:00
parent 74d0211b53
commit f58e528439

View file

@ -1,4 +1,4 @@
FILES := $(wildcard *.el)
FILES := $(wildcard oni-*.el)
PACKAGE_TARGETS := $(addprefix package-,$(FILES))