annotate tests/Makefile @ 1708:e263dab7b579

Optimize code from last changeset a bit
author Adam Chlipala <adam@chlipala.net>
date Sun, 08 Apr 2012 16:29:28 -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