To use make, a third file called Makefile should be created with the following text: # This is a makefile. CC = gcc. CFLAGS = -Wall LDFLAGS = -lm myprog: myprog ...
確定! 回上一頁