annotate tests/Makefile @ 2007:d3a0f2b8af28

<thead>, <tbody>, <tfoot>
author Adam Chlipala <adam@chlipala.net>
date Wed, 30 Apr 2014 13:05:54 -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