0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-11 15:56:58 -04:00
bitcoin-core/src/qt/test/Makefile

6 lines
136 B
Makefile

all:
$(MAKE) -C ../../ test_bitcoin_qt
clean:
$(MAKE) -C ../../ test_bitcoin_qt_clean
check:
$(MAKE) -C ../../ test_bitcoin_qt_check