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 /Makefile | |
| parent | a95ba89d1545dbb8d85a510032d7c3dc42c4ed0e (diff) | |
there will be a few C programs
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..fd9531c --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +.POSIX: + +all: sync |
