Commit Graph

7 Commits

Author SHA1 Message Date
Andrew Stryker 9aeee46e42 Remove directory creation as a recipe
Using directory modification times is fraught with peril. Since all we
need is to ensure that the directory is there, call `mkdir -p` prior to
writing a file.
2023-10-10 18:32:25 -07:00
Andrew Stryker 95c875b2b6 Add a space for clarity 2023-10-10 15:26:51 -07:00
Andrew Stryker 994a9ea35b Delete extra blank line 2023-10-10 08:53:38 -07:00
Andrew Stryker 08b270990d Tidy message 2023-09-20 09:09:15 -07:00
Andrew Stryker 169684b251 Update show formating 2023-09-19 11:43:59 -07:00
Andrew Stryker b4614d5cb7 Delete unused variable reference 2023-09-16 13:43:11 +00:00
Andrew Stryker 2d0ca4ac82 Add initial Makefile 2023-09-14 10:38:40 -07:00