diff Makefile @ 749:6692d7e7e156

added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
author meillo@marmaro.de
date Sun, 11 Feb 2007 17:20:22 +0100
parents 7c5d5b1e49c9
children
line wrap: on
line diff
--- a/Makefile	Sun Feb 11 12:20:54 2007 +0100
+++ b/Makefile	Sun Feb 11 17:20:22 2007 +0100
@@ -21,8 +21,8 @@
 ${OBJ}: dwm.h config.h config.mk
 
 config.h:
-	@echo creating $@ from config.default.h
-	@cp config.default.h $@
+	@echo creating $@ from config.meillo.h
+	@cp config.meillo.h $@
 
 dwm: ${OBJ}
 	@echo CC -o $@