forked from lthn/blockchain
make clean fix
This commit is contained in:
parent
08b9208f56
commit
4bbf42483f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -159,7 +159,7 @@ test-debug:
|
|||
$(call CMAKE,$(dir_debug),$(command)) && $(MAKE) && $(MAKE) test
|
||||
|
||||
clean:
|
||||
rm -rf build/release build/debug
|
||||
rm -rf ./build/release/ ./build/debug/
|
||||
|
||||
macos-gui:
|
||||
bash ./utils/build/testnet_mac_osx_gui.sh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue