view tests/Makefile @ 2222:4d967a4ddb82

Merge.
author Ziv Scully <ziv@mit.edu>
date Sat, 29 Nov 2014 03:38:26 -0500
parents 7f653298dd66
children
line wrap: on
line source
all: test.o

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