aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-05-11 04:57:06 -0400
committerB. Watson <urchlay@slackware.uk>2025-05-11 04:57:06 -0400
commit2cdc7ddbc7b7b87da7f4269b4378febb958a4582 (patch)
treee79110e79e6b266086f230d699776632362aa824
parent9cc91c54f165b81e4a985dea1f665ed368b6dde5 (diff)
downloadmarsond-2cdc7ddbc7b7b87da7f4269b4378febb958a4582.tar.gz
Makefile comment
-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