Merge branch 'main' of feistymeow.org:feisty_meow
[feisty_meow.git] / nucleus / 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