diff options
author | June McEnroe <june@causal.agency> | 2020-09-30 16:33:56 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-09-30 16:33:56 -0400 |
commit | c4ae76d4079cc1c9708c746aef6826666576ab37 (patch) | |
tree | 698f19fa2db40bbebfe9e6bc5a2cc5e0c6cbdad3 /Makefile | |
parent | Undocument unscoop -n (diff) | |
download | litterbox-c4ae76d4079cc1c9708c746aef6826666576ab37.tar.gz litterbox-c4ae76d4079cc1c9708c746aef6826666576ab37.zip |
Rename unscoop test flag to -!
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
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] |