Make order of source files well-defined

This avoids crazy git diffs when building.
This commit is contained in:
Jo Liss 2012-04-10 22:40:19 +02:00 committed by Jake Luer
parent 41f645dbb8
commit 0f64769906

View file

@ -1,7 +1,7 @@
TESTS = test/*.js
REPORTER = spec
SRC = $(shell find lib -name "*.js" -type f)
SRC = $(shell find lib -name "*.js" -type f | sort)
all: chai.js