Implement haversine generator
This commit is contained in:
10
haversine_02/build
Executable file
10
haversine_02/build
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
CC=clang++
|
||||
CFLAGS="-g -Wall -Wextra"
|
||||
SRC=*.cpp
|
||||
OUT=main
|
||||
|
||||
set -x
|
||||
|
||||
$CC $CFLAGS $SRC -o $OUT
|
Reference in New Issue
Block a user