diff options
author | Bradley Taunt <bt@btxx.org> | 2024-07-14 12:04:24 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-07-14 12:04:24 -0400 |
commit | c462fedc98f3810baf6d7ebc588748c907e7445b (patch) | |
tree | d5c0b6aac84c8f2e3b4fbef737d6bb14fa88b09b /barf | |
parent | 70d8bb745024d2b382a93522e258fc28e7cc0c67 (diff) |
Fix build, use smu and remove build directory
Diffstat (limited to 'barf')
-rwxr-xr-x | barf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ elif [ "$os_name" = "Darwin" ]; then fi set -eu -MARKDOWN=lowdown +MARKDOWN=smu IFS=' ' # Create tab separated file with filename, title, creation date, last update |