File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -178,6 +178,10 @@ unit-race:
178
178
mkdir -p app/build && touch app/build/index.html
179
179
env CGO_ENABLED=1 GORACE=" history_size=7 halt_on_errors=1" $(UNIT_RACE ) -tags=" $( LND_RELEASE_TAGS) "
180
180
181
+ clean-itest :
182
+ @$(call print, "Cleaning itest binaries.")
183
+ rm -rf itest/litd-itest itest/btcd-itest itest/lnd-itest
184
+
181
185
build-itest : app-build
182
186
@$(call print, "Building itest binaries.")
183
187
CGO_ENABLED=0 $(GOBUILD ) -tags=" $( ITEST_TAGS) " -o itest/litd-itest -ldflags " $( ITEST_LDFLAGS) " $(PKG ) /cmd/litd
@@ -247,7 +251,7 @@ rpc-js-compile:
247
251
@$(call print, "Compiling JSON/WASM stubs.")
248
252
GOOS=js GOARCH=wasm $(GOBUILD ) $(PKG ) /litrpc
249
253
250
- clean :
254
+ clean : clean-itest
251
255
@$(call print, "Cleaning source.$(NC ) ")
252
256
$(RM ) ./litcli-debug
253
257
$(RM ) ./litd-debug
You can’t perform that action at this time.
0 commit comments