Skip to content

Commit c4b721e

Browse files
committedFeb 24, 2025
adjust C run.sh
1 parent cc81ce3 commit c4b721e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎c/run.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
gcc -o trades trades.c $(pkg-config --cflags --libs libpq)
1+
make
2+
# ...or if you want a one-liner instead of a Makefile:
3+
# gcc -o trades trades.c $(pkg-config --cflags --libs libpq)
24
./trades -h xtdb -d xtdb -p 5432

0 commit comments

Comments
 (0)
Failed to load comments.