removing variables config.screen*

This commit is contained in:
phillbush
2020-07-30 00:25:55 -03:00
parent 64240f40ee
commit b6cf4847ce
3 changed files with 6 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ all: ${PROG}
${PROG}: ${OBJS}
${CC} -o $@ ${OBJS} ${LDFLAGS}
${OBJS}: config.h
${OBJS}: config.h ${PROG}.h
.c.o:
${CC} ${CFLAGS} -c $<