Compare commits
2 Commits
3cd96f670b
...
aa14ca5ab0
Author | SHA1 | Date | |
---|---|---|---|
aa14ca5ab0 | |||
faad92c32e |
@ -13,4 +13,4 @@ jobs:
|
|||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: |
|
run: |
|
||||||
ls ${{ gitea.workspace }}
|
ls ${{ gitea.workspace }}
|
||||||
- run: make valgrind
|
- run: make
|
||||||
|
4
Makefile
4
Makefile
@ -1,7 +1,7 @@
|
|||||||
CC = gcc
|
CC = gcc
|
||||||
CFLAGS = -Wall -Werror -Wextra -Ofast -std=c2x
|
CFLAGS = -Wall -Werror -Wextra -Ofast -std=c2x
|
||||||
|
|
||||||
all: build run run_rust
|
all: build run valgrind run_risspam
|
||||||
|
|
||||||
build:
|
build:
|
||||||
@# removed -pedantic flag because it doesn't accept ' for formatting numbers
|
@# removed -pedantic flag because it doesn't accept ' for formatting numbers
|
||||||
@ -14,7 +14,7 @@ build_risspam:
|
|||||||
|
|
||||||
|
|
||||||
run: run_spam wl run_not_spam
|
run: run_spam wl run_not_spam
|
||||||
run_risspam: run_spam_rispam run_not_spam_rispam
|
run_risspam: run_spam_risspam run_not_spam_risspam
|
||||||
|
|
||||||
format:
|
format:
|
||||||
clang-format *.c *.h -i
|
clang-format *.c *.h -i
|
||||||
|
Loading…
Reference in New Issue
Block a user