From 1b246dbd3c77301747cb367469b3220b5fb0c988 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Sat, 30 Jan 2021 14:37:57 +0000 Subject: [PATCH] remove unused target "test" was replaced by "regress" a while ago --- Makefile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Makefile b/Makefile index 3ede9dd..f42e10d 100644 --- a/Makefile +++ b/Makefile @@ -41,15 +41,6 @@ iri_test: iri_test.o iri.o utf8.o regress: gmid gg make -C regress all -test: gmid iri_test - @echo "IRI tests" - @echo "==============================" - ./iri_test - @echo - @echo "server tests" - @echo "==============================" - cd test && ./test.sh - install: gmid mkdir -p ${DESTDIR}${BINDIR} mkdir -p ${DESTDIR}${MANDIR}/man1