diff options
author | davidovski <david@davidovski.xyz> | 2022-06-05 14:09:43 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-06-05 14:09:43 +0100 |
commit | e6a5137690fb94f6379499f76a4a07811922a379 (patch) | |
tree | 65b3af0817c47df20caa4933a8d7e863e984c31c /Makefile | |
parent | 830bb145b0e32737a49027b86267557598910446 (diff) |
fixed comments not working when preceeded by whitespacev1.5.1
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ DIST=dist .DEFAULT_GOAL := build -install: install-hbar install-colors install-parseconf install-shtests install-glyphs install-xitui install-xilib +install: build install-hbar install-colors install-parseconf install-shtests install-glyphs install-xitui install-xilib check: check-parseconf build: make-dist hbar shtests parseconf colors |