aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
-rw-r--r--Makefile1
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..73b2cfc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+.*.swp
+tags
+*~
+uzbl
diff --git a/Makefile b/Makefile
index 4f4e6f0..de4fe4d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
CPPFLAGS=$(shell pkg-config --cflags gtk+-2.0 webkit-1.0) -Wall -W
LDFLAGS=$(shell pkg-config --libs gtk+-2.0 webkit-1.0)
+.PHONY: all test clean install
all: uzbl
test: