Update build and basic DS test framework.

This commit is contained in:
2017-12-21 14:02:49 -08:00
parent eb37973147
commit 8ea78af90b
5 changed files with 58 additions and 2 deletions

View File

@@ -8,5 +8,5 @@ ods-cpp/main.cpp: ods-cpp.tgz
ODS_SAMPLE_CODE_URL := http://opendatastructures.org/ods-cpp.tgz
ods-cpp.tgz:
if command -v curl 2>&1 > /dev/null ; then curl -L -O $(ODS_SAMPLE_CODE_URL) \
if command -v curl 2>&1 > /dev/null ; then curl -L -O $(ODS_SAMPLE_CODE_URL) ; \
elif command -v curl 2>&1 > /dev/null ; then wget $(ODS_SAMPLE_CODE_URL) ; fi