projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
cleaner aproach
[feisty_meow.git]
/
graphiq
/
library
/
makefile
1
include variables.def
2
3
PROJECT = graphical_libraries
4
BUILD_BEFORE = geometric \
5
user_interface \
6
tests_geometric
7
8
include rules.def
9