diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-07-19 12:39:44 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-07-19 12:39:44 -0400 |
commit | 3663f94948a01574cb83f9678491b196218a2a9b (patch) | |
tree | 92c47e9d08d87f20aaf43f25116781ae849c46ca | |
parent | a95ba89d1545dbb8d85a510032d7c3dc42c4ed0e (diff) |
there will be a few C programs
-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 |