first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / core / library / nodes / makefile
1 include cpp/variables.def
2
3 PROJECT = nodes
4 TYPE = library
5 SOURCE = list.cpp node.cpp packable_tree.cpp path.cpp symbol_tree.cpp tree.cpp 
6 TARGETS = nodes.lib
7
8 include cpp/rules.def
9