X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=blobdiff_plain;f=makefile;h=458d476fc2831f4d85879d9a71722c5befcb143f;hp=d775b5abd96ab746ac7629357bcc5762ff40456d;hb=refs%2Fheads%2Frelease-2.140.93;hpb=32d7caf45d886d0d24e69eea00511c7815ac15d0 diff --git a/makefile b/makefile index d775b5ab..458d476f 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,15 @@ include variables.def PROJECT = feisty_meow_sources -BUILD_BEFORE = start_make nucleus scripts octopi graphiq production end_make +FIRST_TARGETS += start_make +BUILD_BEFORE = scripts \ + infobase walrus \ + nucleus octopi graphiq \ + kona \ + documentation huffware hypermedia \ + production \ + experiments +LAST_TARGETS += end_make include rules.def @@ -9,4 +17,3 @@ start_make: show_date.start end_make: show_date.end -