aboutsummaryrefslogtreecommitdiff
path: root/sandbox/pgsql/Makefile
diff options
context:
space:
mode:
authorMichael McVady <femtonaut@gmail.com>2021-09-23 00:22:10 -0500
committerMichael McVady <femtonaut@gmail.com>2021-09-23 00:22:10 -0500
commit40441e01b6e73a0a1d7f06377b3607f151aed65b (patch)
treef78149c19b55af7dcaec3d8de165c4c8b9186fab /sandbox/pgsql/Makefile
parent3595c5264297f14010eb8dc6f0a7fd31dc186e8b (diff)
Add pgsql sandbox
Diffstat (limited to 'sandbox/pgsql/Makefile')
-rw-r--r--sandbox/pgsql/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sandbox/pgsql/Makefile b/sandbox/pgsql/Makefile
new file mode 100644
index 0000000..1037bc4
--- /dev/null
+++ b/sandbox/pgsql/Makefile
@@ -0,0 +1,5 @@
+build:
+ gcc pgsql.c -I/usr/include/postgresql -lpq -o pgsql
+
+clean:
+ rm pgsql