aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 250767a..4562076 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ PREFIX ?= /usr/local
OBJDIR = obj
SRCS = $(wildcard src/*.cc)
OBJS = $(SRCS:src/%.cc=$(OBJDIR)/%.o)
-CXXFLAGS += $(shell pkg-config --cflags luajit ) -I./include
+CXXFLAGS += $(shell pkg-config --cflags luajit) -I./include
default: pkgit