split some variables out into Make.config

master
jluehrs2 2007-09-05 09:00:09 -05:00
parent 48562a3fb8
commit 2bac40a8a6
2 changed files with 8 additions and 2 deletions

6
Make.config Normal file
View File

@ -0,0 +1,6 @@
# Path to your Lua library directory (LUA_PATH)
LUA_DIR = /usr/local/share/lua/5.1
# Set this to the path of your luadoc executable if you want to regenerate the
# documentation and the luadoc script isn't in your PATH
LUADOC = luadoc

View File

@ -1,5 +1,5 @@
LUADOC = luadoc
LUA_DIR = /usr/local/share/lua/5.1
include Make.config
MOD_DIR = $(LUA_DIR)/irc
DOC_DIR = doc
MAIN_LUA = src/irc.lua