Fix typo in makefile
parent
cd4d0af327
commit
421beea1df
2
Makefile
2
Makefile
|
@ -409,7 +409,7 @@ check_os:
|
||||||
|
|
||||||
.PHONY: fail_with_unknown_host
|
.PHONY: fail_with_unknown_host
|
||||||
fail_with_unknown_host:
|
fail_with_unknown_host:
|
||||||
$(error Unkown host system!)
|
$(error Unknown host system!)
|
||||||
|
|
||||||
.PHONY: fail_with_bad_dotfiles_location
|
.PHONY: fail_with_bad_dotfiles_location
|
||||||
fail_with_bad_dotfiles_location:
|
fail_with_bad_dotfiles_location:
|
||||||
|
|
Loading…
Reference in New Issue