我的问题与我有关makefile:
makefile
gcc -c src/uno.c src/uno.h -o src/uno.o gcc: fatal error: cannot specify -o with -c, -S or -E with multiple files
如何创建.o包含多个文件的文件?
.o
c gcc makefile file
c ×1
file ×1
gcc ×1
makefile ×1