mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
5 lines
123 B
Makefile
5 lines
123 B
Makefile
|
|
.DONE:
|
||
|
|
@echo "Please use GNU Make (gmake) to build neovim"
|
||
|
|
.DEFAULT:
|
||
|
|
@echo "Please use GNU Make (gmake) to build neovim"
|