Skip to content

Commit

Permalink
feat(react-native): Add rule deps only
Browse files Browse the repository at this point in the history
Signed-off-by: Sacha Froment <sfroment42@gmail.com>
  • Loading branch information
sfroment committed Aug 2, 2018
1 parent 3f98576 commit d11742a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/react-native/Makefile
Expand Up @@ -9,6 +9,9 @@ RE := $(addsuffix .re, $(DIRS) $(ROOT))
.PHONY: all
all: $(ROOT) $(DEPS)

.PHONY: deps
deps: $(DEPS)

.PHONY: fclean
fclean: $(FCLEAN)
yarn cache clean && watchman watch-del-all
Expand Down

0 comments on commit d11742a

Please sign in to comment.