config.h
authorphillbush <phillbush@cock.li>
Sun, 17 May 2020 03:12:59 +0000 (00:12 -0300)
committerphillbush <phillbush@cock.li>
Sun, 17 May 2020 03:12:59 +0000 (00:12 -0300)
Makefile
config.def.h [deleted file]
config.h [new file with mode: 0644]

index ac49c3c..d63b397 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,9 +10,6 @@ ${PROG}: ${OBJS}
 
 ${OBJS}: config.h
 
 
 ${OBJS}: config.h
 
-config.h: config.def.h
-       cp config.def.h $@
-
 .c.o:
        ${CC} ${CFLAGS} -c $<
 
 .c.o:
        ${CC} ${CFLAGS} -c $<
 
diff --git a/config.def.h b/config.def.h
deleted file mode 100644 (file)
index 2dffcc7..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#define FONT            "-*-*-medium-*-*-*-14-*-*-*-*-*-*-*"
-#define UNPRESSEDBG     "#FFFFFF"
-#define UNPRESSEDFG     "#2E3436"
-#define PRESSEDBG       "#3584E4"
-#define PRESSEDFG       "#FFFFFF"
-#define DECORATIONBG    "#CDC7C2"
-#define DECORATIONFG    "#E6E6E6"
-#define ITEMW           130
-#define ITEMB           4
-#define BORDER          1
-#define SEPARATOR       1
diff --git a/config.h b/config.h
new file mode 100644 (file)
index 0000000..2dffcc7
--- /dev/null
+++ b/config.h
@@ -0,0 +1,11 @@
+#define FONT            "-*-*-medium-*-*-*-14-*-*-*-*-*-*-*"
+#define UNPRESSEDBG     "#FFFFFF"
+#define UNPRESSEDFG     "#2E3436"
+#define PRESSEDBG       "#3584E4"
+#define PRESSEDFG       "#FFFFFF"
+#define DECORATIONBG    "#CDC7C2"
+#define DECORATIONFG    "#E6E6E6"
+#define ITEMW           130
+#define ITEMB           4
+#define BORDER          1
+#define SEPARATOR       1