view tests/Makefile @ 2287:08203f93dbc3

Remove debugging print statement.
author Ziv Scully <ziv@mit.edu>
date Fri, 13 Nov 2015 01:05:22 -0500
parents 7f653298dd66
children
line wrap: on
line source
all: test.o

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