Moved sources
This commit is contained in:
parent
e3e9491896
commit
4aaca6a998
4
Makefile
4
Makefile
@ -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 ../../
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user