summaryrefslogtreecommitdiff
path: root/enc/Makefile.in
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2024-03-09 01:44:54 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2024-03-10 22:12:00 +0900
commit0fb39ab1b9a6df8e668196c721440556938a7641 (patch)
tree0eee721ce168464cc240bf539c861cc966f6e849 /enc/Makefile.in
parent8e3cb69a83fea488d7fa279a872fba73326d2ed2 (diff)
Clean intermediate files and debug info for each target
By replacing `ALLOBJS` suffix with intermediate file suffixes instead of roughly removing by wildcards. Made `cleanlibs` append `.dSYM` suffix for each word in `TARGET_SO`, not the end of the entire list.
Diffstat (limited to 'enc/Makefile.in')
-rw-r--r--enc/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/enc/Makefile.in b/enc/Makefile.in
index 03c7486a25..6920bc9520 100644
--- a/enc/Makefile.in
+++ b/enc/Makefile.in
@@ -84,6 +84,9 @@ all:
make-workdir:
$(Q)$(MAKEDIRS) $(WORKDIRS)
+.PHONY: encs all modencs libencs enc libenc trans libtrans srcs
+.PHONY: clean distclean realclean clean-srcs
+
clean:
distclean: clean