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