mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 21:30:14 +03:00
9 lines
57 B
Makefile
9 lines
57 B
Makefile
|
|
.PHONY: all test
|
|
|
|
all:
|
|
@./build.sh
|
|
|
|
test:
|
|
@./test.sh
|
|
|