about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-09-30 16:33:56 -0400
committerJune McEnroe <june@causal.agency>2020-09-30 16:33:56 -0400
commitc4ae76d4079cc1c9708c746aef6826666576ab37 (patch)
tree698f19fa2db40bbebfe9e6bc5a2cc5e0c6cbdad3 /Makefile
parentUndocument unscoop -n (diff)
downloadlitterbox-c4ae76d4079cc1c9708c746aef6826666576ab37.tar.gz
litterbox-c4ae76d4079cc1c9708c746aef6826666576ab37.zip
Rename unscoop test flag to -!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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]