We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c88d1 commit a9bdb28Copy full SHA for a9bdb28
Makefile
@@ -22,7 +22,8 @@ views: $(VIEW_TARGETS)
22
23
.PHONY: watch-views
24
watch-views:
25
- while true; do $(MAKE) -q -s views || $(MAKE) -j views; sleep 0.5; done
+ @MAKE_FLAGS=$$([ "$$(uname)" = "Darwin" ] || echo "-j"); \
26
+ while true; do $(MAKE) -q -s views || $(MAKE) $$MAKE_FLAGS views; sleep 0.5; done
27
28
.PHONY: dev-ui
29
dev-ui:
0 commit comments