giving the vnc lab its own folder
[feisty_meow.git] / makefile
index 72d5303e7f5edb5b6a37ca472d82c457a323f656..4e7bcffba75144f308f358d080aaa64c702c4ecf 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,7 +1,9 @@
 include variables.def
 
 PROJECT = feisty_meow_sources
-BUILD_BEFORE = start_make nucleus scripts octopi graphiq webby kona production end_make
+FIRST_TARGETS += start_make
+BUILD_BEFORE = scripts nucleus octopi graphiq hypermedia kona production 
+LAST_TARGETS += end_make
 
 include rules.def
 
@@ -9,4 +11,3 @@ start_make: show_date.start
 
 end_make: show_date.end
 
-