diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ all: $(BIN) ${BIN}: ${LIB} ${@:=.o} -OBJ = ${SRC:.c=.o} +OBJ = ${SRC:.c=.o} ${LIBXMLOBJ} ${LIBUTILOBJ} ${OBJ}: config.mk ${HDR} |
index : sfeed.git | ||
Suckless rss Feed reader with my configs | Benjamin Chausse |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 2 |
@@ -50,7 +50,7 @@ all: $(BIN) ${BIN}: ${LIB} ${@:=.o} -OBJ = ${SRC:.c=.o} +OBJ = ${SRC:.c=.o} ${LIBXMLOBJ} ${LIBUTILOBJ} ${OBJ}: config.mk ${HDR} |