view tests/Makefile @ 2006:c3b03d099e04

Allow parens grouping joins in FROM clauses
author Adam Chlipala <adam@chlipala.net>
date Tue, 29 Apr 2014 16:47:45 -0400
parents 7f653298dd66
children
line wrap: on
line source
all: test.o

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