summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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