Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
build: fix typo in Makefile so all test rebuild every time.
Browse files Browse the repository at this point in the history
  • Loading branch information
issa-tseng committed May 16, 2017
1 parent a5ebf9f commit 93382b3
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 @@ -17,7 +17,7 @@ build: $(LIB)
SPEC_SRC = $(shell find spec -name "*.ls" -type f | sort)
SPEC_LIB = $(SPEC_SRC:spec/src/%.ls=spec/%.js)

spec/%.js: spec/src/*.ls node_modules
spec/%.js: spec/src/%.ls node_modules
node node_modules/livescript/bin/lsc --output spec --compile "$<"

build-tests: $(SPEC_LIB)
Expand Down

0 comments on commit 93382b3

Please sign in to comment.