view tests/Makefile @ 1586:03ad79980b55

Remove debug print
author Adam Chlipala <adam@chlipala.net>
date Wed, 02 Nov 2011 09:37:20 -0400
parents 7f653298dd66
children
line wrap: on
line source
all: test.o

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