1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-28 02:59:54 +00:00

Try again with makefile.

This commit is contained in:
Calvin Rose 2018-11-28 18:36:38 -05:00
parent 486d15d50d
commit 5de6e4c641

View File

@ -41,7 +41,7 @@ DEBUGGER=gdb
# Some system specifics (for macOS)
UNAME:=$(shell uname -s)
LDCONFIG:=$(shell [ $(UNAME) != Darwin ] && echo "ldconfig")
CLIBS:="$(CLIBS) $(shell [ $(UNAME) != Darwin ] && echo "-lrt -rdynamic")"
CLIBS:=$(CLIBS) $(shell [ $(UNAME) != Darwin ] && echo "-lrt -rdynamic")
# Source headers
JANET_GENERATED_HEADERS= \