diff options
author | portix <portix@gmx.net> | 2012-02-19 00:18:51 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2012-02-19 00:18:51 +0100 |
commit | 423df957879b2e83ff042bf9f837758550821c2c (patch) | |
tree | 81e21880c5dacc730890ecb34aaccc79c10cf68d /src/Makefile | |
parent | 8aa53b9522fb745b1c94e252d1fe1fe826af7573 (diff) | |
download | dwb-423df957879b2e83ff042bf9f837758550821c2c.zip |
Set href for hovering element, some style-modifications
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile index b3500823..b532fb9d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -16,9 +16,9 @@ $(TARGET): $(OBJ) debug: $(DTARGET) -#%.d: %.c %.h tlds.h -# @echo "$(CC) -MM $@" -# @$(CC) $(CFLAGS) -MM $< -o $@ +deps.d: %.c %.h tlds.h + @echo "$(CC) -MM $@" + @$(CC) $(CFLAGS) -MM $< -o $@ %.do: %.c %.h config.h |