Skip to content

Commit

Permalink
make clean should clean .elc files too
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienCassou committed Jun 27, 2017
1 parent 3d1e26a commit b13ff5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -37,7 +37,7 @@ clean-all : clean
clean-elc :
rm -f *.elc test/*.elc

clean :
clean : clean-elc
rm -rf $(DIST)
rm -f *-pkg.el

Expand Down

0 comments on commit b13ff5a

Please sign in to comment.