From 353de63d1822c0ac3d3e7cb25c8619d1977091ba Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 10 Nov 2017 20:48:35 +0000 Subject: [PATCH] added all subfolders to make --- makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index 4e7bcffb..458d476f 100644 --- a/makefile +++ b/makefile @@ -2,7 +2,13 @@ include variables.def PROJECT = feisty_meow_sources FIRST_TARGETS += start_make -BUILD_BEFORE = scripts nucleus octopi graphiq hypermedia kona production +BUILD_BEFORE = scripts \ + infobase walrus \ + nucleus octopi graphiq \ + kona \ + documentation huffware hypermedia \ + production \ + experiments LAST_TARGETS += end_make include rules.def -- 2.34.1