From cd230615440ff5e8e0cde5f39c37070b48e436bc Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Fri, 21 Jan 2022 11:13:22 -0500 Subject: config: no longer compile --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0bdd98e..be21e10 100644 --- a/Makefile +++ b/Makefile @@ -23,9 +23,6 @@ OBJECTS = $(SOURCES:.c=.o) all: ${BIN} -config.h: config.def.h - cp config.def.h config.h - proto/%-client-protocol.c: proto/%.xml wayland-scanner code < $? > $@ -- cgit 1.4.1