From 880e9be46811db19b9346f30ba0ea22f63db59c4 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:50:54 +0000 Subject: Brought in the GUI Author: jgg Date: 1998-07-26 23:11:52 GMT Brought in the GUI --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d28fd135..a2b51342 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,8 @@ .PHONY: headers library clean veryclean all binary program doc all headers library clean veryclean binary program doc: - $(MAKE) -C deity $@ $(MAKE) -C apt-pkg $@ $(MAKE) -C cmdline $@ + $(MAKE) -C deity $@ + $(MAKE) -C gui $@ $(MAKE) -C doc $@ -- cgit v1.2.3