mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-26 03:13:42 +08:00
8 lines
375 B
Makefile
8 lines
375 B
Makefile
|
# Having a separate GNUmakefile lets me `include' the dynamically
|
||
|
# generated rules created via Makefile.maint as well as Makefile.maint itself.
|
||
|
# This makefile is used only if you run GNU Make.
|
||
|
# It is necessary if you modify files in the m4/ directory or
|
||
|
# want to build targets usually of interest only to the maintainer.
|
||
|
include Makefile
|
||
|
include $(srcdir)/Makefile.maint
|