diff options
author | davidovski <david@davidovski.xyz> | 2022-03-03 18:38:37 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-03-03 18:38:37 +0000 |
commit | d9091aea868392a181317a0609870273adf2c094 (patch) | |
tree | 671eb4b33036ff095978030bef62b40fb09f1733 /Makefile | |
parent | e989ac4788a3f947ce0097effdccaabd62c5a8ff (diff) |
fixed everything to work with posix shellv1.0.2
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -33,7 +33,6 @@ install-glyphs: src/glyphs.sh check-parseconf: shtests ./test/parseconf.sh - build-hbar: src/hbar.c install-colors mkdir -pv bin ${CC} src/hbar.c -o bin/hbar ${FLAGS} |