これは私のメイクファイルです:
cpp2html: cpp2html.o lex.yy.o
gcc -c cpp2html.o lex.yy.o
cpp2html.o: cpp2html.c
gcc -c cpp2html.c
lex.yy.c: cppscanner.l
flex cppscanner.l
lex.yy.o: lex.yy.c
gcc -c lex.yy.c
実行しようとすると、次のエラーが発生します。
gcc -c cpp2html.o lex.yy.o
gcc: warning: cpp2html.o: linker input file unused because linking not done
gcc: warning: lex.yy.o: linker input file unused because linking not done
私はUnixに非常に慣れていないので、どんな助けも大歓迎です