view tests/Makefile @ 1608:77180224f1f9

Mention Basis.current in manual
author Adam Chlipala <adam@chlipala.net>
date Thu, 24 Nov 2011 11:09:50 -0500
parents 7f653298dd66
children
line wrap: on
line source
all: test.o

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