diff options
author | John Ankarström <john@ankarstrom.se> | 2021-07-10 15:57:28 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-07-10 15:57:28 +0200 |
commit | 7720853b49c01e85a22c7e9fc59a31156494807d (patch) | |
tree | 0d928c3b9cd408374e1492e4efc8aed2c6805732 | |
download | re-name-7720853b49c01e85a22c7e9fc59a31156494807d.tar.gz |
Add 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..74da858 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +all: re name |