diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ check: all gistatic-tests \ clean: rm -rf \ public/ $(manpages) README.*.md CHANGELOG.*.md messages.mo \ - vgcore.* tmp/ src/config.h src/*.o src/*.to \ + vgcore.* tmp/ src/config.h $(all-objects) $(t-objects) \ libgistatic.a gistatic gistatic-tests \ tests/resources/repositories/repo-1/.git \ tests/resources/repositories/repo-2/.git |