3 lines
47 B
Makefile
3 lines
47 B
Makefile
list: list.c list.h
|
|
gcc -o list list.c list.h
|
list: list.c list.h
|
|
gcc -o list list.c list.h
|