This commit is contained in:
2023-07-10 18:19:34 -03:00
parent 1f58f0b25e
commit 380a25eccf
3 changed files with 10 additions and 5 deletions

6
Makefile Normal file
View File

@ -0,0 +1,6 @@
run: shortcodes
./shortcodes
shortcodes.c: shortcodes.rl
ragel -G2 shortcodes.rl -o shortcodes.c
shortcodes: shortcodes.c
tcc shortcodes.c bstrlib/bstrlib.c -g -o shortcodes