From: Chris Koeritz Date: Wed, 21 Sep 2016 23:45:27 +0000 (-0400) Subject: holy cowbars, what idiot deleted this file? it is needed. X-Git-Tag: 2.140.90~439 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=d74c64519dfd03c5c5c0858565ad3f12e1215314 holy cowbars, what idiot deleted this file? it is needed. --- diff --git a/makefile b/makefile new file mode 100644 index 00000000..c46755bb --- /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 +