1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-22 21:23:16 +00:00

Oh travis

This commit is contained in:
bakpakin 2018-01-20 10:57:01 -05:00
parent 1d03316bee
commit 1c529f3bb0

View File

@ -25,7 +25,7 @@
PREFIX?=/usr/local
BINDIR=$(PREFIX)/bin
CFLAGS=-std=c99 -Wall -Wextra -I./src/include -g
CFLAGS=-std=c99 -Wall -Wextra -Isrc/include -g
CLIBS=-lm -ldl
PREFIX=/usr/local
DST_TARGET=dst