diff --git a/Makefile b/Makefile index fb995e9..0cb28dd 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ outjss = $(jss:site/%=out_/%) outcsss = $(csss:site/%=out_/%) -all: out_ out_/CNAME $(outjss) $(outcsss) out_/antipattern out_/antipatterns out_/pattern out_/patterns out_/difference-between out_/difference_between out_/troubleshooting $(outhtml) out_/index.html out_/antipattern.html out_/pattern.html out_/difference-between.html out_/troubleshooting.html out_/favicon.ico out_/sitemap.xml +all: out_ out_/CNAME $(outjss) $(outcsss) out_/antipattern out_/antipatterns out_/pattern out_/patterns out_/difference-between out_/difference_between out_/qa out_/troubleshooting $(outhtml) out_/index.html out_/antipattern.html out_/pattern.html out_/difference-between.html out_/troubleshooting.html out_/favicon.ico out_/sitemap.xml out_ : mkdir -p out_