mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 04:22:40 +08:00
Include make [test|all|install] in BSDmakefile
If a build takes a long time, it's entirely possible to run `gmake` and then forget to use GNU make and run `make install` after.
This commit is contained in:
parent
d7628a4d29
commit
0d8caeec34
@ -1,3 +1,9 @@
|
||||
all:
|
||||
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:
|
||||
install: warn
|
||||
test: warn
|
||||
|
||||
.PHONY: warn all install test
|
||||
|
Loading…
x
Reference in New Issue
Block a user