Updated Dockerfile to use gcc

Added borded cpp to bench
Made borded part of make all
This commit is contained in:
BordedDev
2025-03-20 23:32:24 +01:00
parent c78d43b593
commit 6b148b3235
4 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
CC = gcc
CFLAGS = -Ofast
all: build run valgrind build_risspam run_risspam build_cpp
all: build run valgrind build_risspam run_risspam build_cpp build_borded_cpp
build:
@echo "Compiling retoor_c project.".