summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 7d08771..4f0cb04 100644
--- a/makefile
+++ b/makefile
@@ -2,7 +2,7 @@ bin:=$(notdir $(shell pwd))
src:=$(shell ls *.c)
obj:=$(src:.c=.o)
-libs:=luajit
+libs?=luajit
CFLAGS?=\
-march=native -O3 -flto \