react-native-macos/double-conversion/Makefile

8 строки
97 B
Makefile

all:
scons debug=1
test:
./run_tests --list | tr -d '<' | xargs ./run_tests
.PHONY: test all