proving git release script isn't busted
[feisty_meow.git] / makefile
index f22e7a4ee3ec6b0ff8551c1f0c1c34270f9d07f4..50018a6db553bfecc33741e3c59b9bb7e7eb51aa 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,7 +1,16 @@
 include variables.def
 
 PROJECT = feisty_meow_sources
-BUILD_BEFORE = start_make nucleus scripts octopi graphiq webby production end_make
+FIRST_TARGETS += start_make
+BUILD_BEFORE = scripts \
+  infobase walrus \
+  nucleus octopi graphiq \
+  kona \
+  documentation huffware hypermedia \
+  production \
+  testkit \
+  experiments
+LAST_TARGETS += end_make
 
 include rules.def
 
@@ -9,4 +18,3 @@ start_make: show_date.start
 
 end_make: show_date.end
 
-