We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b0e85f commit f0af601Copy full SHA for f0af601
1 file changed
Makefile.in
@@ -8,8 +8,8 @@ lib_a = lib$(name).a
8
incpaths = -I. -I/usr/local/include -I/usr/X11R6/include
9
libpaths = -L/usr/local/lib -L/usr/X11R6/lib
10
11
-CC = gcc
12
-AR = ar
+CC ?= gcc
+AR ?= ar
13
CFLAGS = $(opt) $(dbg) -std=c89 $(pic) -pedantic -Wall -fno-strict-aliasing $(incpaths) $(user_cflags)
14
LDFLAGS = $(libpaths) $(user_ldflags) $(xlib)
15
0 commit comments