mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-10 07:08:07 +00:00
7 lines
136 B
Makefile
7 lines
136 B
Makefile
|
all:
|
||
|
$(MAKE) -C ../../ test_bitcoin_qt
|
||
|
clean:
|
||
|
$(MAKE) -C ../../ test_bitcoin_qt_clean
|
||
|
check:
|
||
|
$(MAKE) -C ../../ test_bitcoin_qt_check
|