866899eaad
It's useful to change the name and signature when you want to test changes while using another instance of Chat-O-Matic.
10 lines
276 B
Plaintext
10 lines
276 B
Plaintext
LIBPATHS = $(OBJ_DIR)
|
|
PROTOCOL_DIR = $(OBJ_DIR)/chat-o-matic/
|
|
|
|
DEBUG_ENABLED ?= false
|
|
DEFINES = VERSION="\"0.0.2\"" \
|
|
BUILD_DATE="\"$(shell date +"%Y-%m-%d %H:%M")\"" \
|
|
DEBUG_ENABLED=$(DEBUG_ENABLED) \
|
|
APP_NAME="\"$(APP_NAME)"\" \
|
|
APP_SIGNATURE="\"$(APP_SIGNATURE)"\"
|