NASFAQ/connections/test/graph_run.sh
2022-12-10 15:35:16 +01:00

8 lines
202 B
Bash
Executable File

g++ ../common/common.cpp \
../sql/db_init.cpp \
../sql/db_handle.cpp \
../../maths/graph.cpp \
../../maths/maths.cpp \
graph.cpp \
-L/usr/lib -lgvc -lcgraph -lfmt -lpqxx -lpq -o graph && ./graph