aboutsummaryrefslogtreecommitdiffstats
path: root/math/rubiks/files/patch-dietz_solver_Makefile
blob: e7db5d285fd907f11f6ebbb227e6af2cee8d3a33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- dietz/solver/Makefile.orig	2020-05-23 15:31:49 UTC
+++ dietz/solver/Makefile
@@ -10,7 +10,7 @@ RM=/bin/rm -f
 all: build
 
 build: $(OBJS)
-	$(LINK) $(LFLAGS)  -o cubex  $(OBJS)
+	$(LINK) $(LFLAGS)  -o cubex  $(OBJS) $(LDFLAGS)
 
 clean:
 	$(RM) $(OBJS)