Correct executable target location

This commit is contained in:
Sage Vaillancourt 2021-07-05 00:26:18 -04:00
parent c9babe439d
commit dbaf57abad
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
files = pebblisp.c tokens.c object.c env.c files = pebblisp.c tokens.c object.c env.c
exe = pl exe = pl
PREFIX ?= /usr/local BINPREFIX ?= /usr/bin
BINPREFIX ?= $(PREFIX)/bin
SCRIPTDIR ?= /usr/local/share/pebblisp SCRIPTDIR ?= /usr/local/share/pebblisp
GCC_COM ?= gcc -g -O0 -Wall -o $(exe) -D STANDALONE -DSCRIPTDIR=\"$(SCRIPTDIR)\" GCC_COM ?= gcc -g -O0 -Wall -o $(exe) -D STANDALONE -DSCRIPTDIR=\"$(SCRIPTDIR)\"