summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Hofmann <scm@uninformativ.de>2014-06-14 14:43:31 +0200
committerPeter Hofmann <scm@uninformativ.de>2014-06-14 14:43:31 +0200
commitf45fbc04325a40de066f4d3822815a777f236a3d (patch)
treec7bdd5b1ddf06dc7aa9e3fd9d2a859901ef6ed5c /Makefile
parent6be63840495d8921b58b90248594d06ca74ff578 (diff)
downloadlariza-f45fbc04325a40de066f4d3822815a777f236a3d.tar.gz
Rename sn to zea
Meh, I discoverend another, totally unrelated project called "sn".
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7c1f2db..09e396e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
CFLAGS += -Wall -Wextra -O3
-sn: sn.c
+zea: zea.c
$(CC) $(CFLAGS) $(LDFLAGS) \
-o $@ $< \
`pkg-config --cflags --libs gtk+-2.0 webkit-1.0`
clean:
- rm -f sn
+ rm -f zea