projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
added proj_ as search pattern
[feisty_meow.git]
/
nucleus
/
applications
/
example_application
/
makefile
1
CONSOLE_MODE = t
2
3
include cpp/variables.def
4
5
PROJECT = example_application
6
TYPE = application
7
SOURCE =
8
TARGETS = example_application.exe
9
LOCAL_LIBS_USED = application unit_test loggers configuration processes filesystem textual \
10
structures timely basis
11
12
include cpp/rules.def
13