mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-09-10 12:58:30 -04:00
Makefile: remove useless assignments to CC and AR
These assignments had no effect because 'make' defines default values for these variables.
This commit is contained in:
parent
aaadf1421a
commit
b3434646e0
3
Makefile
3
Makefile
@ -13,9 +13,6 @@
|
|||||||
#
|
#
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
CC ?= gcc
|
|
||||||
AR ?= ar
|
|
||||||
|
|
||||||
STATIC_LIB_SUFFIX := .a
|
STATIC_LIB_SUFFIX := .a
|
||||||
SHARED_LIB_SUFFIX := .so
|
SHARED_LIB_SUFFIX := .so
|
||||||
PROG_SUFFIX :=
|
PROG_SUFFIX :=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user