summaryrefslogtreecommitdiff
path: root/trunk/users/sai/newcomms/Makefile
blob: 4287bb7de657394af9933fc9a77f3d60820c9045 (plain)
1
2
3
4
5
6
7
8
9
10
11

all:	slave.exe master.exe

slave.exe:	slave.c comms.c procsim.c
	gcc -o slave.exe slave.c comms.c procsim.c

master.exe:	master.c comms.c procsim.c
	gcc -o master.exe master.c procsim.c comms.c

test:
	perl test.pl