This commit is contained in:
Valentin Moguérou 2024-10-07 07:51:13 +02:00
parent f65f065291
commit 98a2fdec4f
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
reduce.bmp
reducer

View File

@ -1,2 +1,2 @@
all: all:
gcc -Wall -Wextra -Wpedantic -g reducer.c -o reduce -lm gcc -Wall -Wextra -Wpedantic -g reducer.c -o reducer -lm