view tests/Makefile @ 2036:16e4e50470b2

New release
author Adam Chlipala <adam@chlipala.net>
date Fri, 04 Jul 2014 09:30:30 -0400
parents 7f653298dd66
children
line wrap: on
line source
all: test.o

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