diff options
author | Peter Hofmann <scm@uninformativ.de> | 2014-06-14 14:43:31 +0200 |
---|---|---|
committer | Peter Hofmann <scm@uninformativ.de> | 2014-06-14 14:43:31 +0200 |
commit | f45fbc04325a40de066f4d3822815a777f236a3d (patch) | |
tree | c7bdd5b1ddf06dc7aa9e3fd9d2a859901ef6ed5c /Makefile | |
parent | 6be63840495d8921b58b90248594d06ca74ff578 (diff) | |
download | lariza-f45fbc04325a40de066f4d3822815a777f236a3d.tar.gz |
Rename sn to zea
Meh, I discoverend another, totally unrelated project called "sn".
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |