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