aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 147df92..223bdaa 100644
--- a/Makefile
+++ b/Makefile
@@ -31,8 +31,8 @@ dlfcn.o:
31 $(CC) -o dlfcn.o -c dlfcn.c -Wall -O3 -fomit-frame-pointer 31 $(CC) -o dlfcn.o -c dlfcn.c -Wall -O3 -fomit-frame-pointer
32 32
33libdl.a: dlfcn.o 33libdl.a: dlfcn.o
34 ar cru libdl.a dlfcn.o 34 $(AR) cru libdl.a dlfcn.o
35 ranlib libdl.a 35 $(RANLIB) libdl.a
36 36
37libdl.dll: dlfcn.o 37libdl.dll: dlfcn.o
38 $(CC) $(SHFLAGS) -shared -o libdl.dll dlfcn.o 38 $(CC) $(SHFLAGS) -shared -o libdl.dll dlfcn.o