summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/lua/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/util/lua/src/Makefile')
-rw-r--r--crawl-ref/source/util/lua/src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/util/lua/src/Makefile b/crawl-ref/source/util/lua/src/Makefile
index c67263f4f9..7e9cd10f2f 100644
--- a/crawl-ref/source/util/lua/src/Makefile
+++ b/crawl-ref/source/util/lua/src/Makefile
@@ -20,9 +20,9 @@ endif
CC ?= gcc
CFLAGS ?= -O2 -Wall
-AR = ar rcu
+AR ?= ar rcu
RANLIB = ranlib
-RM = rm -f
+RM ?= rm -f
LIBS = -lm $(MYLIBS)
MYCFLAGS=