X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fnodes%2Fmakefile;h=e13af90d6173211091470b4c43d1b17c66d1167f;hb=2675dd8b013028d6ecc8d25a82cafc48899f1315;hp=b114f9e7b182e9599e0a9fa2b1522920a0650e34;hpb=3ea085ec301ed1399dfa1e9f3a240312dc95410b;p=feisty_meow.git diff --git a/nucleus/library/nodes/makefile b/nucleus/library/nodes/makefile index b114f9e7..e13af90d 100644 --- a/nucleus/library/nodes/makefile +++ b/nucleus/library/nodes/makefile @@ -2,7 +2,7 @@ include cpp/variables.def PROJECT = nodes TYPE = library -SOURCE = list.cpp node.cpp packable_tree.cpp path.cpp symbol_tree.cpp tree.cpp +SOURCE = doubly_linked_list.cpp node.cpp packable_tree.cpp path.cpp singly_linked_list.cpp symbol_tree.cpp tree.cpp TARGETS = nodes.lib include cpp/rules.def