Skip to content

Commit b8b84e5

Browse files
authored
Update Makefile
1 parent 3b34edc commit b8b84e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ compile: clean-elc
2323
${EMACS} -Q --eval $(subst PACKAGES,${DEPS},${INIT_PACKAGES}) -L . -batch -f batch-byte-compile *.el
2424

2525
clean-elc:
26-
rm -f f.elc
26+
rm -f *.elc
2727

2828
.PHONY: all compile clean-elc package-lint

0 commit comments

Comments
 (0)