aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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