diff --git a/Makefile.am b/Makefile.am index f69e149..af258f1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,3 +13,6 @@ MAINTAINERCLEANFILES = \ -rf m4 \ configure \ Makefile.in + +test: + echo 0 \ No newline at end of file diff --git a/src/Makefile.am b/src/Makefile.am index 3d249c5..b04adbc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -39,3 +39,6 @@ libtool: $(LIBTOOL_DEPS) pipecolors.pc: cp libpipecolors.pc pipecolors.pc + +test: + echo 0 \ No newline at end of file