From e38c59dfde89f15c61b4073dcd19b53dfe440e74 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 21 Nov 2013 02:20:19 -0400 Subject: combine test program into git-repair --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 756f686..ebbecdf 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,6 @@ CABAL?=cabal # set to "./Setup" if you lack a cabal program build: Build/SysConfig.hs $(CABAL) build ln -sf dist/build/git-repair/git-repair git-repair - ln -sf dist/build/git-repair-test/git-repair-test git-repair-test @$(MAKE) tags >/dev/null 2>&1 & Build/SysConfig.hs: configure.hs Build/TestConfig.hs Build/Configure.hs @@ -18,7 +17,7 @@ install: build install -m 0644 git-repair.1 $(DESTDIR)$(PREFIX)/share/man/man1 clean: - rm -rf git-repair git-repair-test git-repair-test.log \ + rm -rf git-repair git-repair-test.log \ dist configure Build/SysConfig.hs Setup tags find . -name \*.o -exec rm {} \; find . -name \*.hi -exec rm {} \; -- cgit v1.2.3