You can give sensible names to the files like makefile.win and makefile.nix and use them:
make -f makefile.win
make -f makefile.nix
or have a Makefile that contains:
win:
make -f makefile.win
nix:
make -f makefile.nix
and use make win
or make nix
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…