-# Copyright (C) 2023, 2024 The Meme Factory, Inc. www.karlpinc.com
+# Copyright (C) 2023, 2024, 2025 The Meme Factory, Inc. www.karlpinc.com
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
## clean-commands Remove all the generated command related files
.PHONY: clean-commands
clean-commands:
- rm -rf $(CMD_SCRIPTS)
+ rm -rf $(addprefix bin/,$(CMD_SCRIPTS))
##
## Lesser used targets are: