annotate tests/Makefile @ 1950:b3c8860508ea

New release
author Adam Chlipala <adam@chlipala.net>
date Tue, 31 Dec 2013 10:48:50 -0500
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