From faa4e842db644b8e09e2ad81e6894ccd680eaaae Mon Sep 17 00:00:00 2001 From: sk-5 Date: Fri, 7 Aug 2015 13:09:12 -0700 Subject: [PATCH] Removed make test workaround --- Makefile.am | 2 -- src/Makefile.am | 3 --- 2 files changed, 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index af258f1..86cbf9b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,5 +14,3 @@ MAINTAINERCLEANFILES = \ configure \ Makefile.in -test: - echo 0 \ No newline at end of file diff --git a/src/Makefile.am b/src/Makefile.am index b04adbc..3d249c5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -39,6 +39,3 @@ libtool: $(LIBTOOL_DEPS) pipecolors.pc: cp libpipecolors.pc pipecolors.pc - -test: - echo 0 \ No newline at end of file