diff options
| author | Johnny Richard <johnny@johnnyrichard.com> | 2025-12-14 09:48:13 +0100 |
|---|---|---|
| committer | Johnny Richard <johnny@johnnyrichard.com> | 2025-12-14 09:48:13 +0100 |
| commit | fe3ab5580d5231e1940f25baefd8a97a036d67a2 (patch) | |
| tree | 41dfcbaad342789a4e6163bf1782c151afc275f8 /Makefile | |
Signed-off-by: Johnny Richard <johnny@johnnyrichard.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..acc1e04 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +.POSIX: +.SHELL: /bin/sh + +CFLAGS=-g -Wall -Werror -pedantic + +all: bf |
