1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-26 07:03:16 +00:00

Eventually we will build on freebsd without gmake and gcc.

This commit is contained in:
Calvin Rose 2018-11-28 19:48:44 -05:00
parent f63b337cca
commit 305c113c91

View File

@ -28,7 +28,7 @@ PREFIX?=/usr/local
INCLUDEDIR=$(PREFIX)/include/janet
LIBDIR=$(PREFIX)/lib
BINDIR=$(PREFIX)/bin
JANET_VERSION?="\"commit-$(shell git log --pretty=format:'%h' -n 1)\""
JANET_VERSION?="\"0.0.0-alpha\""
CFLAGS=-std=c99 -Wall -Wextra -Isrc/include -fpic -O2 -fvisibility=hidden \
-DJANET_VERSION=$(JANET_VERSION)