mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 21:42:47 +01: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
|