Fix cleanup of generated scripts
authorKarl O. Pinc <kop@karlpinc.com>
Sat, 4 Jan 2025 20:42:33 +0000 (14:42 -0600)
committerKarl O. Pinc <kop@karlpinc.com>
Sat, 4 Jan 2025 20:45:26 +0000 (14:45 -0600)
make_files/make_commands.mk

index 628401c5c5e9d80b98f734ec406d7556e015fde9..da4bcf9a1e211b123814ee8ddf015f09724255b3 100644 (file)
@@ -1,4 +1,4 @@
-# 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
@@ -43,7 +43,7 @@ install-w-permissions: install-commands set-permissions
 ##   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: