view tests/Makefile @ 1333:dab85a49e0ab

Warn about XHTML looseness
author Adam Chlipala <adam@chlipala.net>
date Sat, 11 Dec 2010 19:57:22 -0500
parents 7f653298dd66
children
line wrap: on
line source
all: test.o

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