diff options
author | portix <portix@gmx.net> | 2011-06-16 17:53:07 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-06-16 17:53:07 +0200 |
commit | 65a64df0b3bfdf24c525d1d772015acd2e3f8323 (patch) | |
tree | 5512e06b0b86cee98ae4b27dbe5c7ddc9c22fb34 /src/Makefile | |
parent | 0bd5b97b270fa7adac11970d5da2274c37f6d8f3 (diff) | |
download | dwb-65a64df0b3bfdf24c525d1d772015acd2e3f8323.zip |
Execute javascript in the context of the focused frame
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
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) |