diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | Makefile | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6dd3d6e --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.o +sync diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..fd9531c --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +.POSIX: + +all: sync |
