restructure

This commit is contained in:
ada-dmitry
2023-09-29 15:18:13 +03:00
parent 6809e2ef5f
commit 04ba81cfb3
18 changed files with 866 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
LIB =
default: run
build:
gcc func.h func.c main.c -o matrix_app ${LIB}
run: build
./matrix_app