3 lines
52 B
Makefile
3 lines
52 B
Makefile
|
all: 2Darr.c
|
||
|
gcc -Wall -g -ggdb 2Darr.c -o 2Darr
|