view tests/Makefile @ 871:3ae6b655ced0

Switch to Information Schema from Postgres catalog
author Adam Chlipala <adamc@hcoop.net>
date Tue, 30 Jun 2009 15:59:41 -0400
parents 7f653298dd66
children
line wrap: on
line source
all: test.o

test.o: test.c
	gcc -c test.c -o test.o