We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be7fa5 commit 5922b5eCopy full SHA for 5922b5e
src/flisp/Makefile
@@ -13,11 +13,12 @@ LIBTARGET := lib$(NAME)
13
SRCS := flisp.c builtins.c string.c equalhash.c table.c iostream.c \
14
julia_extensions.c
15
16
-HEADERS := $(wildcard *.h) $(LIBUV_INC)/uv.h
+LLTDIR := ../support
17
+
18
+HEADERS := $(wildcard *.h) $(LIBUV_INC)/uv.h $(wildcard $(LLTDIR)/*.h)
19
20
OBJS := $(SRCS:%.c=$(BUILDDIR)/%.o)
21
DOBJS := $(SRCS:%.c=$(BUILDDIR)/%.dbg.obj)
-LLTDIR := ../support
22
LLT_release := $(BUILDDIR)/$(LLTDIR)/libsupport.a
23
LLT_debug := $(BUILDDIR)/$(LLTDIR)/libsupport-debug.a
24
LIBFILES_release := $(LLT_release) $(LIBUV) $(LIBUTF8PROC)
0 commit comments