diff options
author | John Ankarstrom <john@ankarstrom.se> | 2021-07-06 21:15:06 +0200 |
---|---|---|
committer | John Ankarstrom <john@ankarstrom.se> | 2021-07-06 21:15:16 +0200 |
commit | dcb7758a74fb5ff4f8b6eecb6589223a408f3f9b (patch) | |
tree | a0a3e7a1d56656a90de64b96662a5a3786795df7 /Makefile | |
parent | f6e8218a332933d1a6c34421c8a1638cd726c7b4 (diff) | |
download | build-dcb7758a74fb5ff4f8b6eecb6589223a408f3f9b.tar.gz |
Rewrite in C
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..5b08578 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +build: build.c |