9 lines
61 B
Makefile
9 lines
61 B
Makefile
|
|
GMAKE=gmake
|
|
|
|
all:
|
|
@${GMAKE} ${.TARGETS}
|
|
|
|
${.TARGETS}: all
|
|
|