annotate tests/Makefile @ 2261:f81f1930c5d6

Fix SQL-parsing and declaration-ordering bugs.
author Ziv Scully <ziv@mit.edu>
date Wed, 30 Sep 2015 00:33:52 -0400
parents 7f653298dd66
children
rev   line source
adamc@764 1 all: test.o
adamc@764 2
adamc@764 3 test.o: test.c
adamc@764 4 gcc -c test.c -o test.o