postgis/examples/wkb_reader/Makefile
Paul Ramsey 4b50227947 Added a 'make clean' directive.
git-svn-id: http://svn.osgeo.org/postgis/trunk@15 b70326c6-7e19-0410-871a-916f4a2858ee
2001-07-16 16:53:31 +00:00

19 lines
264 B
Makefile

#
# Edit the following variables to point to your PostgreSQL
# client libraries and include files
#
PG_INC=/usr/include/pgsql
PG_LIB=/usr/lib
#
# Below should be fine
#
CFLAGS=-I$(PG_INC) -L$(PG_LIB) -lpq
all: readwkb
readwkb: readwkb.c
clean:
@rm -f readwkb