aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 74f2c44..52d422c 100644
--- a/Makefile
+++ b/Makefile
@@ -13,8 +13,8 @@ FILE_VERSION = 6
13 13
14MAKEFLAGS += --no-print-directory 14MAKEFLAGS += --no-print-directory
15 15
16CC = $(CROSS_COMPILE)gcc 16CC ?= $(CROSS_COMPILE)gcc
17AR = $(CROSS_COMPILE)ar 17AR ?= $(CROSS_COMPILE)ar
18EXT = -std=gnu99 18EXT = -std=gnu99
19INSTALL = install 19INSTALL = install
20 20