Commit Diff


commit - fc27d6ef40d21b047438be105eaf37ff06ede81d
commit + 10729a4d604b072251ebfcd23aab8b33b1bf13d1
blob - 82f180a8cba0e5563641e4baed24a853cd05738c
blob + 83eb3c7528fb2e0be5130dbd12d64d54a7855f93
--- MyMakefile
+++ MyMakefile
@@ -3,7 +3,7 @@
 TOP != pwd
 
 ## Path to the C Compiler
-CC ?= cc
+CC ??= cc
 
 ## Path to Yacc
 YACC ?= $./tools/bin/yacc