Main loop, epoll handling

This commit is contained in:
Ian Gulliver
2015-02-05 16:36:25 +00:00
parent b3a450226c
commit 3f7b086e24
4 changed files with 150 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
all: auth-server gen-key gen-keypair
%.o: %.cc
g++ -c -o $@ $<
g++ -std=c++11 -c -o $@ $<
auth-server: auth-server.o crypto.o
g++ -o auth-server auth-server.o crypto.o nacl/build/instance1/lib/amd64/randombytes.o nacl/build/instance1/lib/amd64/libnacl.a