projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
added experiments folder to snarfage
[feisty_meow.git]
/
makefile
1
include variables.def
2
3
PROJECT = feisty_meow_sources
4
FIRST_TARGETS += start_make
5
BUILD_BEFORE = nucleus scripts octopi graphiq hypermedia kona production
6
LAST_TARGETS += end_make
7
8
include rules.def
9
10
start_make: show_date.start
11
12
end_make: show_date.end
13