summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-07-19 12:39:44 -0400
committerJakob Kaivo <jkk@ung.org>2019-07-19 12:39:44 -0400
commit3663f94948a01574cb83f9678491b196218a2a9b (patch)
tree92c47e9d08d87f20aaf43f25116781ae849c46ca
parenta95ba89d1545dbb8d85a510032d7c3dc42c4ed0e (diff)
there will be a few C programs
-rw-r--r--.gitignore2
-rw-r--r--Makefile3
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