7 lines
149 B
Makefile
7 lines
149 B
Makefile
DISABLED = @echo Target \"$1\" in $(shell pwd)/Makefile has been disabled.
|
|
|
|
all:
|
|
$(call DISABLED,$@)
|
|
|
|
install clean distclean:
|
|
$(call DISABLED,$@)
|