mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 13:32:47 +01:00
7 lines
106 B
Makefile
7 lines
106 B
Makefile
all:
|
|
$(MAKE) -C .. dash_test
|
|
clean:
|
|
$(MAKE) -C .. dash_test_clean
|
|
check:
|
|
$(MAKE) -C .. dash_test_check
|