Files
dsa/week3/Makefile
2021-03-16 08:34:33 +08:00

3 lines
65 B
Makefile

stack:stack.c stack.h
gcc main.c stack.c stack.h -Wall -o stack