projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
b114f9e7b182e9599e0a9fa2b1522920a0650e34
[feisty_meow.git]
/
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