Files
prog.l_ada/TMP/Practice/matrix/Makefile
T
2023-09-29 15:18:13 +03:00

10 lines
103 B
Makefile

LIB =
default: run
build:
gcc func.h func.c main.c -o matrix_app ${LIB}
run: build
./matrix_app