Skip to content

Commit

Permalink
* Makefile: Sort files list (#874).
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Volpiatto committed Feb 16, 2015
1 parent ce91bfd commit 0074841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ PKGDIR := .
LOADPATH := -L .

# Files to compile
EL := $(wildcard helm*.el)
EL := $(sort $(wildcard helm*.el))

# Compiled files
ELC := $(EL:.el=.elc)
Expand Down

0 comments on commit 0074841

Please sign in to comment.