speedie-overlay/x11-wm/speedwm/files/speedwm-1.9-norl.patch
2023-02-03 22:59:10 +01:00

28 lines
742 B
Diff

diff -up a/Makefile b/Makefile
--- a/Makefile 2023-02-03 22:50:02.965425084 +0100
+++ b/Makefile 2023-02-03 22:50:57.638193750 +0100
@@ -29,23 +29,7 @@ options:
@echo
.c.o:
- cp bar.h bar.def.h
- cp options.h options.def.h
- cp keybinds.h keybinds.def.h
- cp mouse.h mouse.def.h
- [ -f "bar.rl.h" ] && cp bar.rl.h bar.h || :
- [ -f "options.rl.h" ] && cp options.rl.h options.h || :
- [ -f "keybinds.rl.h" ] && cp keybinds.rl.h keybinds.h || :
- [ -f "mouse.rl.h" ] && cp mouse.rl.h mouse.h || :
${CC} -c ${CFLAGS} -g $<
- mv bar.def.h bar.h
- mv options.def.h options.h
- mv keybinds.def.h keybinds.h
- mv mouse.def.h mouse.h
- chmod 0777 bar.h
- chmod 0777 options.h
- chmod 0777 keybinds.h
- chmod 0777 mouse.h
${OBJ}: options.mk