aboutsummaryrefslogtreecommitdiff
path: root/sandbox/pgsql/Makefile
diff options
context:
space:
mode:
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