coreutils/Makefile

6 lines
55 B
Makefile

UseGNU=gmake $*
all:
@$(UseGNU)
.DEFAULT:
@$(UseGNU)