mirror of
https://github.com/uutils/coreutils
synced 2024-12-04 02:19:54 +00:00
5 lines
55 B
Makefile
5 lines
55 B
Makefile
UseGNU=gmake $*
|
|
all:
|
|
@$(UseGNU)
|
|
.DEFAULT:
|
|
@$(UseGNU)
|