diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 7 | ||||
-rw-r--r-- | scooper.1 | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/Makefile b/Makefile index 4cd3419..271d28f 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,8 @@ LDADD.kcgi = -lkcgi LDADD.kcgi-html = -lkcgihtml LDADD.sqlite3 = -lsqlite3 -TEST_DB = ~/.local/share/litterbox/litterbox.sqlite +LITTERBOX = litterbox +TEST_DB = litterbox.sqlite -include config.mk @@ -36,8 +37,10 @@ css.c: css.sh default.css color.css test: .test .test: scooper + ${LITTERBOX} -i -d ${TEST_DB} ./scooper -c ${TEST_DB} - touch .test + rm ${TEST_DB} ${TEST_DB}-* + touch $@ tags: *.[ch] ctags -w *.[ch] diff --git a/scooper.1 b/scooper.1 index 0bd63b0..81a97a7 100644 --- a/scooper.1 +++ b/scooper.1 @@ -38,7 +38,7 @@ under The arguments are as follows: .Bl -tag -width Ds .It Fl c -Prepare all SQL statements against the given +Check SQL statements against the given .Ar database and exit. . |