annotate tests/Makefile @ 2033:ea0ecd5fa9df

Add locking to enforce atomicity of message sends from one transaction
author Adam Chlipala <adam@chlipala.net>
date Fri, 27 Jun 2014 14:39:31 -0400
parents 7f653298dd66
children
rev   line source
adamc@764 1 all: test.o
adamc@764 2
adamc@764 3 test.o: test.c
adamc@764 4 gcc -c test.c -o test.o