wayclip

Wayland clipboard utility
git clone git://git.nihaljere.xyz/wayclip
Log | Files | Refs | README | LICENSE

commit dac1c69a64c31f1d29f11f9dca42dd197e0be795
parent 594776c248622e1570e9d5e94b6aa5126e5042c7
Author: Matěj Cepl <mcepl@cepl.eu>
Date:   Sun,  9 Oct 2022 04:30:08 +0200

When you have defined .c.o rule, you shouldn't override it.

Diffstat:
MMakefile | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -14,10 +14,8 @@ waycopy: waycopy.o $(OBJ_COMMON) $(CC) waycopy.o $(OBJ_COMMON) $(LIB) -o $@ waycopy.o: waycopy.c common.h protocol/wlr-data-control-unstable-v1-client-protocol.h - $(CC) -Wall -Wpedantic -c waycopy.c -o $@ waypaste.o: waypaste.c common.h protocol/wlr-data-control-unstable-v1-client-protocol.h - $(CC) -Wall -Wpedantic -c waypaste.c -o $@ protocol/wlr-data-control-unstable-v1.c: protocol/wlr-data-control-unstable-v1.xml wayland-scanner private-code protocol/wlr-data-control-unstable-v1.xml $@