From b46793938598358a9ab5249bd97e8999d5ac67e6 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 29 Dec 2012 16:54:16 +0100 Subject: Rename linkwave to markam --- Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6bcd90a..e796ed8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,7 @@ -.PHONY: all +dirs = src doc -all: - $(MAKE) -C src/ +.PHONY: all $(dirs) + +all: $(dirs) +$(dirs): + $(MAKE) -C $@ -- cgit v1.3-2-g0d8e