view tests/Makefile @ 1315:855c5adafc2d

New release
author Adam Chlipala <adam@chlipala.net>
date Tue, 02 Nov 2010 09:13:00 -0400
parents 7f653298dd66
children
line wrap: on
line source
all: test.o

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