diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ options: ${OBJ}: dwm.h config.h -config.h: ${CONFIG} +config.h: @echo creating $@ from ${CONFIG} @cp ${CONFIG} $@ |
![]() |
index : dwm.git | |
ZachIR's configuration of dwm. Includes several patches, and my config.h. | ZachIR |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 2 |
@@ -22,7 +22,7 @@ options: ${OBJ}: dwm.h config.h -config.h: ${CONFIG} +config.h: @echo creating $@ from ${CONFIG} @cp ${CONFIG} $@ |