diff options
author | EuAndreh <eu@euandre.org> | 2021-08-28 14:23:58 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-28 14:23:58 -0300 |
commit | 863c49e69727a9b20c903fcab7069ba0bd8a39b0 (patch) | |
tree | 0001feeff540066ee06650856cb7805f3a0d632c | |
parent | Makefile: Remove bin, lib and include artifacts in "uninstall" target (diff) | |
download | gistatic-863c49e69727a9b20c903fcab7069ba0bd8a39b0.tar.gz gistatic-863c49e69727a9b20c903fcab7069ba0bd8a39b0.tar.xz |
Makefile: Use macros over globs on "clean" target
-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 |