X-Git-Url: http://git.subgeniuskitty.com/xmenu/.git/blobdiff_plain/9859c2a5555b70f903f01d0ad80b4adc42d51b4f..59a8a9505694034a1eae39019ba26181a6176367:/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 $<