mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-28 13:02:38 +02:00
7 lines
115 B
Makefile
7 lines
115 B
Makefile
all:
|
|
$(MAKE) -C .. bitcoin_test
|
|
clean:
|
|
$(MAKE) -C .. bitcoin_test_clean
|
|
check:
|
|
$(MAKE) -C .. bitcoin_test_check
|