summaryrefslogtreecommitdiff
path: root/patterns.mk
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2025-10-19 21:20:37 -0500
committerDanny Holman <dholman@gymli.org>2025-10-19 21:20:37 -0500
commitef4c73ac58f4aae29e47b680808570e2203b9713 (patch)
tree8644bb01e53bb03d9ab8562cff0778fbabbedb40 /patterns.mk
parentbootstrap: stage2: create build files (diff)
downloadbox-ef4c73ac58f4aae29e47b680808570e2203b9713.tar.gz
box-ef4c73ac58f4aae29e47b680808570e2203b9713.tar.zst
box-ef4c73ac58f4aae29e47b680808570e2203b9713.zip
build: align all build files
Align all the build makefiles so that the standard template is used OS-wide. Remove all the dangling files leftover from pre-standardization. Signed-off-by: Danny Holman <dholman@gymli.org>
Diffstat (limited to '')
-rw-r--r--patterns.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/patterns.mk b/patterns.mk
index 1a6b2ce..60ac49d 100644
--- a/patterns.mk
+++ b/patterns.mk
@@ -31,6 +31,6 @@ $(BINARY): $(OBJS)
@$(CC) -c $< -o $@ $(AFLAGS) $(INCLUDE)
clean:
- $(RM) $(BINARY) $(OBJS) $(OBJS:.o=.d) $(OBJS:.o=.gcno)
+ $(RM) $(BINARY) $(OBJS) $(OBJS:.o=.d) $(OBJS:.o=.gcno) $(OBJS:.o=.dwo)
-include $(OBJS:.o=.d)