diff options
| author | emilybrooks <emilybrooksemilybrooks@gmail.com> | 2024-01-06 15:51:16 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-06 15:51:16 -0700 |
| commit | 093b8b7b9b20150a2eb6d2a8ab887f9387298fee (patch) | |
| tree | 10573a1e986d07db373e9f92f770bccbb746f559 /Makefile | |
| parent | ebd97e9fd1cd8bb02a397ca8b0982bc0e2b076ae (diff) | |
Update splat to library version 0.21.0 (#130)
* build not matching for some reason
* partial fix
* builds properly now
* remove pigment64 from readme
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ CAT := cat ASM_PROC_FLAGS := --input-enc=utf-8 --output-enc=euc-jp --convert-statics=global-with-filename -SPLAT ?= tools/splat/split.py +SPLAT ?= python3 -m splat split SPLAT_YAML ?= $(TARGET).$(VERSION).yaml |
