diff --git a/examples/Makefile b/examples/Makefile index b54c414..aeb9395 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -34,7 +34,7 @@ BINDIR = bin #.PHONY: clean all: mkdirs - $(CXX) $(CXXFLAGS) main.cpp -o $(BINDIR)/testing $(LDFLAGS) $(LIB) + $(CXX) $(CXXFLAGS) main.cpp -o $(BINDIR)/testing $(LIB) $(LDFLAGS) mkdirs: @mkdir -p $(BINDIR) $(OBJDIR)