From c4ae76d4079cc1c9708c746aef6826666576ab37 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 30 Sep 2020 16:33:56 -0400 Subject: Rename unscoop test flag to -! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fd56245..f0f7e75 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ ${OBJS}: database.h test: .test .test: unscoop - set -e; for format in ${FORMATS}; do ./unscoop -n -f $$format; done + set -e; for format in ${FORMATS}; do ./unscoop -! -f $$format; done touch .test tags: *.[ch] -- cgit 1.4.1