From 4dcd067ca7f5860f12ecd2867a499bb049200f54 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Thu, 13 Jul 2023 20:59:35 -0300 Subject: [PATCH] Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index caf1ba9..fcb96f2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC=gcc -all: tests +all: test shortcodes.c: shortcodes.rl ragel -G2 -L shortcodes.rl -o shortcodes.c %.o: %.c