summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index c18458d..de64ae1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,5 @@
-CFLAGS = -I. -DHAVE_CONFIG_H
-
-SRCS = attr.c cancel.c cleanup.c condvar.c create.c dll.c \
- exit.c fork.c global.c misc.c mutex.c private.c sched.c \
- signal.c sync.c tsd.c
+CFLAGS = -I. -DHAVE_CONFIG_H -Wall
OBJS = attr.o cancel.o cleanup.o condvar.o create.o dll.o \
exit.o fork.o global.o misc.o mutex.o private.o sched.o \
@@ -11,4 +7,4 @@ OBJS = attr.o cancel.o cleanup.o condvar.o create.o dll.o \
INCL = implement.h pthread.h windows.h
-all: $(OBJS) \ No newline at end of file
+all: $(OBJS)