mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
6 lines
55 B
Makefile
6 lines
55 B
Makefile
USEGNU=gmake $*
|
|
all:
|
|
@$(USEGNU)
|
|
.DEFAULT:
|
|
@$(USEGNU)
|