mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
fixup! Include make [test|all|install] in BSDmakefile
This commit is contained in:
parent
0d8caeec34
commit
215f731498
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ warn:
|
|||
@echo "Error: BSD Make not supported"
|
||||
@echo "Please use GNU Make (gmake) to build fish. Refer to README.md for detailed build instructions."
|
||||
|
||||
all:
|
||||
all: warn
|
||||
install: warn
|
||||
test: warn
|
||||
|
||||
|
|
Loading…
Reference in a new issue