aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index abeab7e..147df92 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ endif
28all: $(TARGETS) 28all: $(TARGETS)
29 29
30dlfcn.o: 30dlfcn.o:
31 $(CC) -o dlfcn.o -c dlfcn.c -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