diff options
| author | Bradley Taunt <bt@btxx.org> | 2024-07-20 12:13:49 -0400 |
|---|---|---|
| committer | Bradley Taunt <bt@btxx.org> | 2024-07-20 12:13:49 -0400 |
| commit | b810d9a0b47dd49a90cc8ec7bf1b05f59ff945b3 (patch) | |
| tree | d4e70797a7c1237a7e8a9be0d025e878d2601160 /Makefile | |
| parent | f39a84524d77bcc2a83adfab01716c67cc7e983b (diff) | |
Crude testing with blogrb
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ build: rm -rf build && mkdir build - sh ./barf + ruby blog.rb rsync -r public/ build/public rsync style.css build/style.css |
