force makefile to run dest no matter what

This commit is contained in:
2025-06-28 15:43:20 -04:00
parent a64d65ccba
commit 9d787e5290

View File

@ -39,3 +39,5 @@ build-clean:
rm -rf ./dest rm -rf ./dest
clean: sync-clean build-clean clean: sync-clean build-clean
.PHONY: dest