ck/regressions/Makefile.unsupported

10 lines
125 B
Text
Raw Permalink Normal View History

.PHONY: all clean check
all:
@echo Regressions are currently unsupported for out-of-source builds
clean: all
check: all