aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-08-28 14:23:58 -0300
committerEuAndreh <eu@euandre.org>2021-08-28 14:23:58 -0300
commit863c49e69727a9b20c903fcab7069ba0bd8a39b0 (patch)
tree0001feeff540066ee06650856cb7805f3a0d632c
parentMakefile: Remove bin, lib and include artifacts in "uninstall" target (diff)
downloadgistatic-863c49e69727a9b20c903fcab7069ba0bd8a39b0.tar.gz
gistatic-863c49e69727a9b20c903fcab7069ba0bd8a39b0.tar.xz
Makefile: Use macros over globs on "clean" target
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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