This commit is contained in:
Roberto Alsina 2023-07-13 20:59:35 -03:00
parent 35acfee0b6
commit 4dcd067ca7
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
CC=gcc
all: tests
all: test
shortcodes.c: shortcodes.rl
ragel -G2 -L shortcodes.rl -o shortcodes.c
%.o: %.c