From f45fbc04325a40de066f4d3822815a777f236a3d Mon Sep 17 00:00:00 2001 From: Peter Hofmann Date: Sat, 14 Jun 2014 14:43:31 +0200 Subject: Rename sn to zea Meh, I discoverend another, totally unrelated project called "sn". --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3