We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc81ce3 commit c4b721eCopy full SHA for c4b721e
c/run.sh
@@ -1,2 +1,4 @@
1
-gcc -o trades trades.c $(pkg-config --cflags --libs libpq)
+make
2
+# ...or if you want a one-liner instead of a Makefile:
3
+# gcc -o trades trades.c $(pkg-config --cflags --libs libpq)
4
./trades -h xtdb -d xtdb -p 5432
0 commit comments