Hi, i am trying to produce an html file with the source code of test.c, however i am getting the following $ clang test.c -emit-html -o test.html clang: warning: argument unused during compilation: '-emit-html' resulting in test.html to be the compiled executable of test.c Thank you in advance Foivos