made run targets work a bit better, which will hopefully fix attack of stupidity...
[feisty_meow.git] / nucleus / library / loggers / makefile
1 include cpp/variables.def
2
3 PROJECT = loggers
4 TYPE = library
5 SOURCE = combo_logger.cpp console_logger.cpp critical_events.cpp file_logger.cpp \
6   program_wide_logger.cpp 
7 TARGETS = loggers.lib
8
9 include cpp/rules.def
10