From 863c49e69727a9b20c903fcab7069ba0bd8a39b0 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 28 Aug 2021 14:23:58 -0300 Subject: Makefile: Use macros over globs on "clean" target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3831c71..9f55f7b 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3