mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-23 13:11:15 -03: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user