summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2026-07-31 23:50:59 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2026-07-31 23:50:59 +0300
commitf8bf4aaa3e4c25f6ece6cb9b927378e0adcb41a2 (patch)
treeac95ca1628924121e8bb8533f738d21de137236f /Makefile
downloadfwdscript-f8bf4aaa3e4c25f6ece6cb9b927378e0adcb41a2.tar.gz
fwdscript-f8bf4aaa3e4c25f6ece6cb9b927378e0adcb41a2.zip
initial tokenization
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
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 $@