diff --git a/makefile b/makefile index c0b4897..dd3b311 100755 --- a/makefile +++ b/makefile @@ -31,7 +31,7 @@ all: $(ALL) # linking the program. $(PROG): $(OBJS) - $(CXX) $(LIBS) $(OBJS) -o $(PROG) + $(CXX) $(LDFLAGS) $(OBJS) -o $(PROG) $(LIBS) # cleaning everything that can be automatically recreated with "make". clean: