view tests/Makefile @ 999:8d821baac99e

New release
author Adam Chlipala <adamc@hcoop.net>
date Mon, 12 Oct 2009 18:17:57 -0400
parents 7f653298dd66
children
line wrap: on
line source
all: test.o

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