From 02c0c676adc5821086569e743fe4187e7fed4838 Mon Sep 17 00:00:00 2001 From: "Devin J. Pohly" Date: Wed, 22 Apr 2020 22:01:49 -0500 Subject: [PATCH] move config.h to config.def.h --- Makefile | 3 +++ config.h => config.def.h | 0 2 files changed, 3 insertions(+) rename config.h => config.def.h (100%) diff --git a/Makefile b/Makefile index f4018cb..29d30a1 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,9 @@ xdg-shell-protocol.c: xdg-shell-protocol.o: xdg-shell-protocol.h +config.h: | config.def.h + cp config.def.h $@ + dwl.o: config.h xdg-shell-protocol.h dwl: xdg-shell-protocol.o diff --git a/config.h b/config.def.h similarity index 100% rename from config.h rename to config.def.h