mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
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,$@)
|