mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-09 14:47:55 +00:00
10 lines
244 B
Makefile
10 lines
244 B
Makefile
.PHONY: FORCE
|
|
all: FORCE
|
|
$(MAKE) -C .. bitcoin_qt test_bitcoin_qt
|
|
clean: FORCE
|
|
$(MAKE) -C .. bitcoin_qt_clean test_bitcoin_qt_clean
|
|
check: FORCE
|
|
$(MAKE) -C .. test_bitcoin_qt_check
|
|
bitcoin-qt bitcoin-qt.exe: FORCE
|
|
$(MAKE) -C .. bitcoin_qt
|