view tests/Makefile @ 1569:81d007609b1a

Merge
author Adam Chlipala <adam@chlipala.net>
date Thu, 06 Oct 2011 10:12:20 -0400
parents 7f653298dd66
children
line wrap: on
line source
all: test.o

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