view tests/Makefile @ 1705:d29d39d93820

New release
author Adam Chlipala <adam@chlipala.net>
date Thu, 29 Mar 2012 11:09:43 -0400
parents 7f653298dd66
children
line wrap: on
line source
all: test.o

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