view tests/Makefile @ 1482:8314f1a309e7

Clarify about implicit folder arguments
author Adam Chlipala <adam@chlipala.net>
date Tue, 28 Jun 2011 08:07:20 -0400
parents 7f653298dd66
children
line wrap: on
line source
all: test.o

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