projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbb5b64
)
holy cowbars, what idiot deleted this file? it is needed.
author
Chris Koeritz
<fred@gruntose.com>
Wed, 21 Sep 2016 23:45:27 +0000
(19:45 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Wed, 21 Sep 2016 23:45:27 +0000
(19:45 -0400)
makefile
[new file with mode: 0644]
patch
|
blob
diff --git a/makefile
b/makefile
new file mode 100644
(file)
index 0000000..
c46755b
--- /dev/null
+++ b/
makefile
@@ -0,0
+1,13
@@
+include variables.def
+
+PROJECT = feisty_meow_sources
+FIRST_TARGETS += start_make
+BUILD_BEFORE = nucleus scripts octopi graphiq webby kona production
+LAST_TARGETS += end_make
+
+include rules.def
+
+start_make: show_date.start
+
+end_make: show_date.end
+