mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
5 lines
55 B
Makefile
5 lines
55 B
Makefile
UseGNU=gmake $*
|
|
all:
|
|
@$(UseGNU)
|
|
.DEFAULT:
|
|
@$(UseGNU)
|