projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
recording grub mod for system 76 laptops
[feisty_meow.git]
/
nucleus
/
library
/
nodes
/
makefile
1
include cpp/variables.def
2
3
PROJECT = nodes
4
TYPE = library
5
SOURCE = doubly_linked_list.cpp node.cpp packable_tree.cpp path.cpp singly_linked_list.cpp symbol_tree.cpp tree.cpp
6
TARGETS = nodes.lib
7
8
include cpp/rules.def
9