mirror of
https://github.com/uutils/coreutils
synced 2025-01-02 00:09:02 +00:00
5 lines
55 B
Makefile
5 lines
55 B
Makefile
USEGNU=gmake $*
|
|
all:
|
|
@$(USEGNU)
|
|
.DEFAULT:
|
|
@$(USEGNU)
|