You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/test/tap/tests_with_deps/Makefile

21 lines
323 B

#!/bin/make -f
.DEFAULT: all
.PHONY: all
all: deprecate_eof_support
.PHONY: debug
debug: deprecate_eof_support
.PHONY: deprecate_eof_support
deprecate_eof_support:
cd deprecate_eof_support && CC=${CC} CXX=${CXX} ${MAKE} $(MAKECMDGOALS)
.PHONY: clean
.SILENT: clean
clean:
cd deprecate_eof_support && ${MAKE} clean