aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-21 22:47:59 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-21 22:47:59 +0200
commitbcd4616f16471e71660577af6309bc29598df1e2 (patch)
treeb69967ad2ca0fc8d179eaf0dfc8db552c49ced31 /Makefile
parent204b84dd7a996fc6bad1b0a2bbae3546b29bafe3 (diff)
simple commandline argument parsing support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0772e72..881ddc0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
all:
gcc `pkg-config --libs --cflags gtk+-2.0` `pkg-config --libs --cflags webkit-1.0` -Wall uzbl.c -o uzbl
test:
- ./uzbl http://www.archlinux.org
+ ./uzbl --uri http://www.archlinux.org