Files
dsa/week2/Makefile
2021-03-09 09:37:48 +08:00

3 lines
47 B
Makefile

list: list.c list.h
gcc -o list list.c list.h