Skip to content

Commit

Permalink
mkdir qa
Browse files Browse the repository at this point in the history
  • Loading branch information
KommuSoft committed Aug 6, 2024
1 parent c1749f6 commit 318dea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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_
Expand Down

0 comments on commit 318dea8

Please sign in to comment.