From 3171972dcbacc35377b916a02323422933d97aeb Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Mon, 4 Nov 2024 08:48:39 +0100 Subject: [PATCH] I hate myself --- l2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l2/Makefile b/l2/Makefile index a3eed42..f81118e 100644 --- a/l2/Makefile +++ b/l2/Makefile @@ -8,7 +8,7 @@ all: dirs 1 2 3 4 dirs: mkdir -p $(BIN) -%: %.l +%: %.lex $(FLEX) -o $(BIN)/$@.lex.yy.c $< $(CC) $(BIN)/$@.lex.yy.c -lfl -lm -o $(BIN)/$@