Rename haversine to haversine_01

This commit is contained in:
2023-05-28 23:26:52 +01:00
parent 2900e508a1
commit 66aa3500d6
9 changed files with 0 additions and 0 deletions

20
haversine_01/Makefile Normal file
View File

@@ -0,0 +1,20 @@
mk_haversine_fscanf:
clang++ -g cpp/fscanf.cpp cpp/haversine.cpp -o cpp/haverscan
run_haversine_fscanf:
cd ./cpp && ./haverscan
mk_haversine_strtok:
clang++ -g cpp/strtok.cpp cpp/haversine.cpp -o cpp/haverstrtok
run_haversine_strtok:
cd ./cpp && ./haverstrtok
mk_test:
clang++ -g -lpthread cpp/test.cpp cpp/haversine.cpp -o cpp/test
run_test:
cd ./cpp && ./test
run_haversine_python_json:
python ./python/haversine_json.py