Moved sources

This commit is contained in:
retoor 2024-11-30 22:05:06 +01:00
parent e3e9491896
commit 4aaca6a998
6 changed files with 3 additions and 1 deletions

View File

@ -4,12 +4,14 @@ CFLAGS = -Wall -Werror -Wextra -Ofast -std=c2x
all: build run valgrind build_risspam run_risspam all: build run valgrind build_risspam run_risspam
build: build:
@echo "Compiling retoor_c project.".
@# removed -pedantic flag because it doesn't accept ' for formatting numbers @# removed -pedantic flag because it doesn't accept ' for formatting numbers
@# using printf @# using printf
@$(CC) $(CFLAGS) isspam.c -o isspam @$(CC) $(CFLAGS) retoor_c/isspam.c -o isspam
build_risspam: build_risspam:
@echo "Compiling 12bitfloat_rust project."
cd 12bitfloat_rust/risspam && cargo run --release && cp target/release/risspam ../../ cd 12bitfloat_rust/risspam && cargo run --release && cp target/release/risspam ../../