view tests/Makefile @ 2168:544199d8b14a

Fix termination bug in tutorial's isEven/isOdd
author Adam Chlipala <adam@chlipala.net>
date Sun, 09 Aug 2015 11:14:09 -0400
parents 7f653298dd66
children
line wrap: on
line source
all: test.o

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