0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-05 10:17:30 -05:00
bitcoin-bitcoin-core/src/test/Makefile

6 lines
115 B
Makefile

all:
$(MAKE) -C .. bitcoin_test
clean:
$(MAKE) -C .. bitcoin_test_clean
check:
$(MAKE) -C .. bitcoin_test_check