first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / core / library / timely / makefile
1 include cpp/variables.def
2
3 PROJECT = timely
4 TYPE = library
5 SOURCE = earth_time.cpp stopwatch.cpp time_control.cpp time_stamp.cpp timer_driver.cpp 
6 TARGETS = timely.lib
7
8 include cpp/rules.def
9