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
[feisty_meow.git]
/
octopi
/
library
/
synchronic
/
makefile
1
CONSOLE_MODE = true
2
3
include cpp/variables.def
4
5
PROJECT = list_synchronizer
6
TYPE = library
7
SOURCE = list_manager.cpp list_synchronizer.cpp
8
TARGETS = list_synchronizer.lib
9
10
include cpp/rules.def
11