view tests/Makefile @ 1593:7e2655b25ea1

Remove dummy entity
author Adam Chlipala <adam@chlipala.net>
date Sun, 06 Nov 2011 08:14:53 -0500
parents 7f653298dd66
children
line wrap: on
line source
all: test.o

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