12 lines
103 B
Makefile
12 lines
103 B
Makefile
#
|
|
# Makefile.conf
|
|
#
|
|
|
|
LIBRARIES += Logging
|
|
|
|
DEBUGDIR := .debug
|
|
|
|
TARGETS += Utilities.a
|
|
TARGETS += test
|
|
|