diff options
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ # Use this Makefile to generate the Willora Guide. # -BUNDLE?= bundle33 -RUBY?= ruby33 +BUNDLE?= bundle +RUBY?= ruby SECTIONS= # defined SECTIONS+= guide/hello.adoc |
