summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2012-02-19 00:18:51 +0100
committerportix <portix@gmx.net>2012-02-19 00:18:51 +0100
commit423df957879b2e83ff042bf9f837758550821c2c (patch)
tree81e21880c5dacc730890ecb34aaccc79c10cf68d /src/Makefile
parent8aa53b9522fb745b1c94e252d1fe1fe826af7573 (diff)
downloaddwb-423df957879b2e83ff042bf9f837758550821c2c.zip
Set href for hovering element, some style-modifications
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile6
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