mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
fixup! Include make [test|all|install] in BSDmakefile
This commit is contained in:
parent
9fd16d730b
commit
d0071960b8
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