Add closing tag error reporting

This commit is contained in:
2023-07-13 21:57:47 -03:00
parent 34a16bd6bd
commit 62fd9b5029
4 changed files with 36 additions and 33 deletions

View File

@ -1,7 +1,7 @@
CC=gcc
all: test
shortcodes.c: shortcodes.rl
ragel -G2 -L shortcodes.rl -o shortcodes.c
ragel -G2 shortcodes.rl -o shortcodes.c
tests.so: shortcodes.c tests.c
$(CC) -fPIC -shared -g -o $@ $^ -lbg -lcgreen
clean: