Skip to content

Commit a16553c

Browse files
committed
Distclean should remove what make clean removes and configure artifacts
1 parent 2f43d7b commit a16553c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ clean-l:
316316
# Remove Coverity scan data:
317317
-rm -rf cov-int domjudge-scan.t* coverity-scan.tar.xz cov-submit-data-version.sh
318318

319-
distclean-l: clean-autoconf
319+
distclean-l: clean-autoconf clean
320320
-rm -f paths.mk
321321

322322
maintainer-clean: inplace-uninstall

0 commit comments

Comments
 (0)