Task 5 is already done

This commit is contained in:
AZEN-SGG 2025-05-07 19:58:57 +03:00
parent 7dc4921cef
commit 47a464aa9e
5 changed files with 120 additions and 55 deletions

View file

@ -20,7 +20,7 @@ else
CLEAN = rm -f
endif
TARGET = a015.$(EXE)
TARGET = a05.$(EXE)
OBJ = main.o solve.o init_f.o
%.o: %.c