From 3636e08c3ec107bc96be80e8da0f2c30ca5e1e4d Mon Sep 17 00:00:00 2001 From: yannickreiss Date: Fri, 22 Sep 2023 15:11:44 +0200 Subject: [PATCH] Change name of executable --- bfpcompiler/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bfpcompiler/Makefile b/bfpcompiler/Makefile index 5b61c27..d3bba62 100644 --- a/bfpcompiler/Makefile +++ b/bfpcompiler/Makefile @@ -1,4 +1,4 @@ -BIN = FUUUUUCK +BIN = bfc CC = gcc LD = ld CFLAGS = -Wall