aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ed22e54..466814b 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
.PHONY: all clean
OBJS = badroff.o sb.o buf.o
badroff: $(OBJS)
- $(CC) $(OBJS) -o $@
+ $(CC) $(CFLAGS) $(LDFLAGS) $(OBJS) -o $@
badroff.o: badroff.c sb.h
sb.o: sb.c sb.h
buf.o: buf.c buf.h