aboutsummaryrefslogtreecommitdiff
path: root/sync/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sync/makefile')
-rw-r--r--sync/makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sync/makefile b/sync/makefile
new file mode 100644
index 0000000..dd9c463
--- /dev/null
+++ b/sync/makefile
@@ -0,0 +1,5 @@
+sync: sync.c reader.c writer.c
+ cc -o sync sync.c
+ cc -o reader reader.c
+ cc -o writer writer.c
+