fix: clean did not remove install directory

This commit is contained in:
Nemo D'ACREMONT 2025-03-15 18:20:59 +01:00
parent 4c2d75de0e
commit 76336c307b
No known key found for this signature in database
GPG Key ID: 85F245EC3BB1E022

View File

@ -114,4 +114,4 @@ compile_flags.txt:
.PHONY: clean .PHONY: clean
clean: clean:
${RM} -r build ${RM} -r build install