aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRomain Gonçalves <commit@rgoncalves.se>2021-11-21 15:48:18 +0100
committerRomain Gonçalves <me@rgoncalves.se>2025-02-28 13:18:48 +0100
commit65ea6602bf2f4503e9a0b7c3418b32e48f2e5da5 (patch)
tree8c0f255f24a07f50b2f595e9412cc4fcb70d32ae /Makefile
parent37c37e735749e21ae571509b88f9cb38997fdcaf (diff)
downloaddwm-65ea6602bf2f4503e9a0b7c3418b32e48f2e5da5.tar.gz
gitignore: Ignore artifacts from patch command
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c916c84..b133b22 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,7 @@ dwm: ${OBJ}
${CC} -o $@ ${OBJ} ${LDFLAGS}
clean:
+ -rm *.orig
rm -f dwm ${OBJ} dwm-${VERSION}.tar.gz
dist: clean
remember that computers suck.