view tests/Makefile @ 1511:e717e2b56b21

Tutorial: link to demo and manual
author Adam Chlipala <adam@chlipala.net>
date Sun, 17 Jul 2011 14:49:52 -0400
parents 7f653298dd66
children
line wrap: on
line source
all: test.o

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