mirror of
https://github.com/uutils/coreutils.git
synced 2026-05-06 07:26:38 -04:00
6 lines
55 B
Makefile
6 lines
55 B
Makefile
UseGNU=gmake $*
|
|
all:
|
|
@$(UseGNU)
|
|
.DEFAULT:
|
|
@$(UseGNU)
|