mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
7 lines
58 B
Makefile
7 lines
58 B
Makefile
all:
|
|
scons debug=1
|
|
|
|
test:
|
|
./run_tests
|
|
|
|
.PHONY: test all
|