f_and_c/example3/Makefile
2024-05-13 14:04:30 +08:00

8 lines
83 B
Makefile

CC=gcc
CFLAGS=-Wall
main: main.o hello_fn.o
clean:
rm -f main main.o hello_fn.o