14 lines
141 B
Makefile
14 lines
141 B
Makefile
#
|
|
# Makefile.conf
|
|
#
|
|
|
|
LIBRARIES += Logging
|
|
LIBRARIES += Utilities
|
|
|
|
DEBUGDIR := .debug
|
|
|
|
DEFAULTARCH := any
|
|
TARGETS += MySQL.a
|
|
TARGETS += test
|
|
|