diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2026-07-31 23:50:59 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2026-07-31 23:50:59 +0300 |
| commit | f8bf4aaa3e4c25f6ece6cb9b927378e0adcb41a2 (patch) | |
| tree | ac95ca1628924121e8bb8533f738d21de137236f /Makefile | |
| download | fwdscript-f8bf4aaa3e4c25f6ece6cb9b927378e0adcb41a2.tar.gz fwdscript-f8bf4aaa3e4c25f6ece6cb9b927378e0adcb41a2.zip | |
initial tokenization
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..5e0699e --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +all: fwdscript + +fwdscript: src/fwdscript.c + $(CC) -Ideps/conts/include -Wall -Wextra -O0 -g $< -o $@ |
