summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAditya Naik2020-08-07 14:47:02 -0400
committerAditya Naik2020-08-07 14:47:02 -0400
commitaef91bb9db4d09c8cc30400d69a6a11f5999d618 (patch)
tree58ee97fbc4eddaad9899de8cd7fad0ad7106e9e6 /makefile
parentcda9397f911dea0b57ffd3c041121885ab03b79c (diff)
Handshake state machine files, massive simplification in main
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 3e03b94..438cf36 100644
--- a/makefile
+++ b/makefile
@@ -34,6 +34,7 @@ src/heap_4.c \
src/handshake.pb.c \
src/data.pb.c \
src/master_posix.c \
+src/handshake.c \
# set the main C source based on whether we're compiling the master or slave