projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of feistymeow.org:feisty_meow into dev
[feisty_meow.git]
/
nucleus
/
library
/
algorithms
/
makefile
1
include cpp/variables.def
2
3
PROJECT = algorithms
4
TYPE = library
5
SOURCE = sorts.cpp
6
TARGETS = algorithms.lib
7
8
include cpp/rules.def
9