From 96fb9e9c153b62a983271c043fca072ec2c7501f Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Thu, 4 Aug 2016 04:11:38 +0200 Subject: Makefile: add all directories --- src/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 6c03867..d5bb40f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,9 +1,9 @@ -DAEMONS=audio config curses-ui database pdf-invoice pdf-stock pgp scanner-session serial-device input-device web +DAEMONS=audio backup cli config curses-ui database input-device invoice mail pdf-invoice pdf-stock pgp scanner-session serial-device input-device web all: - @$(foreach dir,$(DAEMONS),cd $(dir) && echo "Building $(dir)..." && make --no-print-directory all && cd ..;) + @$(foreach dir,$(DAEMONS),cd $(dir) && echo "Building $(dir)..." && make --no-print-directory all ; cd ..;) clean: - @$(foreach dir,$(DAEMONS),cd $(dir) && make --no-print-directory clean && cd ..;) + @$(foreach dir,$(DAEMONS),cd $(dir) && make --no-print-directory clean ; cd ..;) .PHONY: all clean -- cgit v1.2.3