From 96f08fcaa09be14c30cc5387a490455dfdcdefd5 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Wed, 12 Jul 2023 22:23:33 -0300 Subject: [PATCH] back to tcc --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 705f735..4c6b7fd 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CC=gcc +CC=tcc all: tests shortcodes.c: shortcodes.rl ragel -G2 -L shortcodes.rl -o shortcodes.c