Skip to content

Commit

Permalink
Merge pull request #74 from hapytex/new-qa
Browse files Browse the repository at this point in the history
mkdir qa
  • Loading branch information
KommuSoft authored Aug 6, 2024
2 parents c1749f6 + 318dea8 commit be18558
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 be18558

Please sign in to comment.