X-Git-Url: https://git.subgeniuskitty.com/xmenu/.git/blobdiff_plain/64240f40eeb0a5c2bf3a4460be4a81a5dd99590a..b6cf4847cedfc09ccad10db651e2e97d7ac89184:/Makefile diff --git a/Makefile b/Makefile index 7430e09..58079ce 100644 --- a/Makefile +++ b/Makefile @@ -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 $<