X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=makefile;fp=makefile;h=c46755bba8507807afc1889f91569b3d006c14ef;hb=d74c64519dfd03c5c5c0858565ad3f12e1215314;hp=0000000000000000000000000000000000000000;hpb=cbb5b64d9cec5ecacb6b9ec0a17aaf0048dfcde5;p=feisty_meow.git 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 +