diff --git a/Makefile b/Makefile index 46d50ac..95216f6 100644 --- a/Makefile +++ b/Makefile @@ -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