From 2cdc7ddbc7b7b87da7f4269b4378febb958a4582 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 11 May 2025 04:57:06 -0400 Subject: Makefile comment --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3ef5129..00e579b 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3