From f2527dbd40c69c9a406a8ea2ed4917621a67f81d Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Sat, 22 Jun 2013 18:51:24 +0200 Subject: Fixed none opening image hints without surrounding link. Image hints could not be opened if they where not within a link, because clicking an image has no effect here. Now the image src is processed within the c-layer to open it. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 67c4ad6..77aa5e9 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ $(TARGET): $(OBJ) @echo "$(CC) $@" @$(CC) $(OBJ) -o $(TARGET) $(LDFLAGS) -%.o: %.c $(HEAD) +%.o: %.c %.h src/config.h @echo "${CC} $<" @$(CC) -c -o $@ $< $(CPPFLAGS) $(CFLAGS) -- cgit v1.2.3