diff options
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,8 +21,9 @@ VENDOR_ID=04b4 PRODUCT_ID=0101 ### Compiler and options. + +# C compiler. clang, pcc, and tcc also work. CC=gcc -# CC=clang works, too COPT=-O2 CWARN=-Wall |