all: test dh elgamal p2p p2p-msg

test: test.o monty.o
dh: dh.o monty.o
elgamal: elgamal.o monty.o
p2p: p2p.o monty.o
p2p-msg: p2p-msg.o monty.o

test dh elgamal p2p p2p-msg:
	$(CC) $(LDFLAGS) -o $@ $@.o monty.o
