Skip to content

Commit

Permalink
Merge 882347b into a2fc76c
Browse files Browse the repository at this point in the history
  • Loading branch information
lamby committed Mar 4, 2017
2 parents a2fc76c + 882347b commit 145694b
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 @@ -13,7 +13,7 @@ else
endif

TM_BUNDLE = JavaScript\ mocha.tmbundle
SRC = $(shell find lib -name "*.js" -type f | sort)
SRC = $(shell find lib -name "*.js" -type f | LC_ALL=C sort)
TESTS = $(shell find test -name "*.js" -type f | sort)

all: mocha.js
Expand Down

0 comments on commit 145694b

Please sign in to comment.