summaryrefslogtreecommitdiff
path: root/math/tiny-bignum-c/files/patch-Makefile
blob: db5359aa1a19f8dee9d19f740794c21ae7efbdec (plain) (blame)
1
2
3
4
5
6
7
8
--- Makefile.orig	2021-02-22 22:03:20 UTC
+++ Makefile
@@ -1,4 +1,4 @@
-CC     := gcc
+#CC     := gcc
 MACROS := 
 CFLAGS := -I. -Wundef -Wall -Wextra -O3 $(MACROS)