From f43eef7e3517c7ea0e9f7861d34dccb694bec7a3 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 12 Dec 2013 17:29:08 +0000 Subject: [PATCH] Add "all" rule --- examples/htdocs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/htdocs/Makefile b/examples/htdocs/Makefile index 9a3f8ab..b076114 100644 --- a/examples/htdocs/Makefile +++ b/examples/htdocs/Makefile @@ -1,4 +1,4 @@ -**default**: apache-config.txt +all: apache-config.txt apache-config.txt: ../apache2/mkws-examples-mike rm -f $@ -- 1.7.10.4