X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=makefile;fp=makefile;h=0000000000000000000000000000000000000000;hb=cbb5b64d9cec5ecacb6b9ec0a17aaf0048dfcde5;hp=cb92faf6e62bde0532532a479fb3ffd87c832876;hpb=a4cb38b54aae2f95d8e27343d22891ab9efa7253;p=feisty_meow.git diff --git a/makefile b/makefile deleted file mode 100644 index cb92faf6..00000000 --- a/makefile +++ /dev/null @@ -1,14 +0,0 @@ -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 - -