summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-04-19 11:55:20 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2017-04-19 11:55:20 +0200
commit096fcd1d98841d931799958bdba6601c788f1ab1 (patch)
treef4c0cc2aa6abc10fe22f20d436a197e7d571d2dc
parent41a79081b0037c6fef2325478255df5397ad0a5a (diff)
downloadsayhello-096fcd1d98841d931799958bdba6601c788f1ab1.tar.bz2
sayhello-096fcd1d98841d931799958bdba6601c788f1ab1.tar.xz
rename to libsayhello-*
-rw-r--r--Makefile2
-rw-r--r--libsayhello-spanish.c (renamed from sayhello-spanish.c)0
-rw-r--r--libsayhello-stderr.c (renamed from sayhello-stderr.c)0
-rw-r--r--libsayhello-swedish.c (renamed from sayhello-swedish.c)0
4 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8d7262a..2b5bee5 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ all: sayhello sayhello-spanish.so sayhello-swedish.so sayhello-stderr.so
sayhello: sayhello.c
$(CC) -o $@ $(CFLAGS) $<
-sayhello-%.so: sayhello-%.c
+libsayhello-%.so: libsayhello-%.c
$(CC) -o $@ $(CFLAGS) -shared $<
diff --git a/sayhello-spanish.c b/libsayhello-spanish.c
index 0c6fa0e..0c6fa0e 100644
--- a/sayhello-spanish.c
+++ b/libsayhello-spanish.c
diff --git a/sayhello-stderr.c b/libsayhello-stderr.c
index b993cf4..b993cf4 100644
--- a/sayhello-stderr.c
+++ b/libsayhello-stderr.c
diff --git a/sayhello-swedish.c b/libsayhello-swedish.c
index 36dc318..36dc318 100644
--- a/sayhello-swedish.c
+++ b/libsayhello-swedish.c