summaryrefslogtreecommitdiff
blob: a9d4ac5e1ebf416d1af86b1cd92569ced304abac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Makefile b/Makefile
index 8a526f0..88b90b3 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ u2ps: u2ps.o u2ps_opts.o u2ps_data.o u2ps_file.o u2ps_page.o u2ps_pswr.o \
 ttf2pt42: ttf2pt42.o warn.o
 
 %: %.o
-	$(CC) -o $@ $(filter %.o,$^)
+	$(CC) -o $@ $(filter %.o,$^) ${LDFLAGS}
 
 .c.o:
 	$(CC) $(CFLAGS) -o $@ -c $<