Add .zip archive

This commit is contained in:
AZEN-SGG 2025-04-18 03:15:23 +03:00
parent 98a608ce96
commit 2e79b61845
12 changed files with 223 additions and 189 deletions

View file

@ -5,7 +5,7 @@ FLAGS = -fstack-protector-all -W -Wall -Wextra -Wunused -Wcast-align -Werror -pe
%.o: %.c
gcc -c $(FLAGS) $<
all: a01.out a02.out a03.out a04.out a05.out
all: a01.out a02.out a03.out a04.out a05.out a06.out a07.out a08.out
solve.o: solve.c solve.h
array_io.o: array_io.c array_io.h