mirror of
https://github.com/janet-lang/janet
synced 2024-11-24 09:17:17 +00:00
Eventually we will build on freebsd without gmake and gcc.
This commit is contained in:
parent
f63b337cca
commit
305c113c91
2
Makefile
2
Makefile
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user