From b87976793e0f45328d563eb80c4001a717a49563 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Sun, 8 Mar 2015 16:10:59 +0100 Subject: pdf-stock: new tool for stocktaking --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index da0bf41..50a5d33 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,4 @@ -DAEMONS=audio config curses-ui database pdf-invoice pgp scanner-session serial-device web +DAEMONS=audio config curses-ui database pdf-invoice pdf-stock pgp scanner-session serial-device web all: @$(foreach dir,$(DAEMONS),cd $(dir) && make all && cd ..;) -- cgit v1.2.3