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