diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ OBJS += url.o TESTS += format.t TESTS += term.t -all: tags chatte +all: tags chatte test tags: *.h *.c ctags -w *.h *.c |