1all:
2	$(MAKE) -C .. bitcoin_test
3clean:
4	$(MAKE) -C .. bitcoin_test_clean
5check:
6	$(MAKE) -C .. bitcoin_test_check
7