Jelajahi Sumber

make config.h not a time dependence

arg@10ksloc.org 19 tahun lalu
induk
melakukan
a2d56f6dce
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -22,7 +22,7 @@ options:
 
 ${OBJ}: dwm.h config.h
 
-config.h: ${CONFIG}
+config.h:
 	@echo creating $@ from ${CONFIG}
 	@cp ${CONFIG} $@