Explorar el Código

small Makefile tweak

Aaron Marcher hace 9 años
padre
commit
09c3ffe33b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -6,7 +6,7 @@ NAME=slstatus
 
 all: ${NAME}
 
-${NAME}: config.h
+${NAME}: config.h config.mk
 	${CC} ${CFLAGS} -o $@ ${NAME}.c ${LDFLAGS}
 
 config.h: