diff options
| author | Bryan Henderson <bryanh@giraffe.netgate.net> | 1996-11-12 11:43:32 +0000 |
|---|---|---|
| committer | Bryan Henderson <bryanh@giraffe.netgate.net> | 1996-11-12 11:43:32 +0000 |
| commit | d7dd9295b7b8258a32eee07df273839248dcaa51 (patch) | |
| tree | 4fc74a74b2ac5510545bf45eddf97a49e2ebf2b3 /src/tutorial/C-code | |
| parent | 594525aec1a879743cd023503744918d51483149 (diff) | |
| download | postgresql-d7dd9295b7b8258a32eee07df273839248dcaa51.tar.gz | |
End of the make file simplifications.
Diffstat (limited to 'src/tutorial/C-code')
| -rw-r--r-- | src/tutorial/C-code/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/tutorial/C-code/Makefile b/src/tutorial/C-code/Makefile new file mode 100644 index 0000000000..22ba97158a --- /dev/null +++ b/src/tutorial/C-code/Makefile @@ -0,0 +1,10 @@ +SRCDIR= ../.. +LIBPQDIR= $(SRCDIR)/libpq +include ../../Makefile.global + +CFLAGS+= -I../../include -I$(LIBPQDIR) + +all: complex$(SLSUFF) funcs$(SLSUFF) + +clean: + rm -f complex$(SLSUFF) funcs$(SLSUFF)
\ No newline at end of file |
