projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
new home directory
[feisty_meow.git]
/
nucleus
/
library
/
textual
/
makefile
1
include cpp/variables.def
2
3
PROJECT = textual
4
TYPE = library
5
SOURCE = byte_formatter.cpp list_parsing.cpp parser_bits.cpp string_manipulation.cpp \
6
xml_generator.cpp xml_parser.cpp
7
TARGETS = textual.lib
8
9
include cpp/rules.def
10