unplugged-system/external/double-conversion/Makefile

8 lines
58 B
Makefile

all:
scons debug=1
test:
./run_tests
.PHONY: test all