X-Git-Url: https://git.subgeniuskitty.com/xmenu/.git/blobdiff_plain/84de136091844300fd1f09dc7af3595837449ae6..7832d2cfa9c0f89592d05af8fe94d8e5230adbdf:/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 $<