File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -109,16 +109,16 @@ gui/styles:
109109
110110$(LIGHT_CSS_GEN ) : gui/styles $(SASS_SRC )
111111 # this is necessary because we have a directory named sass as well, so Make gets confused
112- ` which sass` ./sass/light-mode-gui.scss:$@
112+ $( shell which sass) ./sass/light-mode-gui.scss:$@
113113
114114$(DARK_CSS_GEN ) : gui/styles $(SASS_SRC )
115115 # this is necessary because we have a directory named sass as well, so Make gets confused
116- ` which sass` ./sass/dark-mode-gui.scss:$@
116+ $( shell which sass) ./sass/dark-mode-gui.scss:$@
117117
118118sass-watch : gui/styles $(SASS_SRC )
119119 # this is necessary because we have a directory named sass as well, so Make gets confused
120- ` which sass` --watch ./sass/light-mode-gui.scss:$(LIGHT_CSS_GEN )
121- ` which sass` --watch ./sass/dark-mode-gui.scss:$(DARK_CSS_GEN )
120+ $( shell which sass) --watch ./sass/light-mode-gui.scss:$(LIGHT_CSS_GEN )
121+ $( shell which sass) --watch ./sass/dark-mode-gui.scss:$(DARK_CSS_GEN )
122122
123123$(BUILD_DIR ) /wahay : $(AUTOGEN ) $(SRC )
124124 go build $(LDFLAGS_REGULAR ) $(BINARY_TAGS ) -o $(BUILD_DIR ) /wahay
You can’t perform that action at this time.
0 commit comments