view tests/Makefile @ 1353:e9cf053108ed

Remove redundant macro
author Adam Chlipala <adam@chlipala.net>
date Mon, 20 Dec 2010 13:29:56 -0500
parents 7f653298dd66
children
line wrap: on
line source
all: test.o

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