Fix ordering of .events/jshint creation.
This commit is contained in:
parent
54de0d7a25
commit
099d3e4eb2
3
Makefile
3
Makefile
@ -211,7 +211,8 @@ tmp/.jshintrc : src/meta/jshint.json tmp/declaration.js tmp/globals-globals.js $
|
||||
|
||||
.events/jshint : $(patsubst tmp/%.js,.events/jshint.%,$(dests))
|
||||
$(BIN)jshint $(call QUOTE,$(patsubst .events/jshint.%,tmp/%.js,$?))
|
||||
echo -> $@ $(addprefix && echo -> ,$(call QUOTE,$?))
|
||||
echo - $(addprefix && echo -> ,$(call QUOTE,$?))
|
||||
echo -> $@
|
||||
|
||||
install.json :
|
||||
echo {}> $@
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user