summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2011-06-16 17:53:07 +0200
committerportix <portix@gmx.net>2011-06-16 17:53:07 +0200
commit65a64df0b3bfdf24c525d1d772015acd2e3f8323 (patch)
tree5512e06b0b86cee98ae4b27dbe5c7ddc9c22fb34 /src/Makefile
parent0bd5b97b270fa7adac11970d5da2274c37f6d8f3 (diff)
downloaddwb-65a64df0b3bfdf24c525d1d772015acd2e3f8323.zip
Execute javascript in the context of the focused frame
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 00b2f2b1..77ff5f73 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -29,7 +29,7 @@ debug: $(DTARGET)
$(DTARGET): $(DOBJ)
@echo "$(CC) $@"
- @$(CC) $(DFLAGS) $(DOBJ) -o $(TARGET)
+ @$(CC) $(DFLAGS) $(DOBJ) -o $(DTARGET)
cgdb: debug
cgdb $(DTARGET)