Makereihenfolge angepasst

This commit is contained in:
jojo61 2018-08-31 14:37:06 +02:00
parent 137e85a412
commit c3119bddae
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ $(OBJS): Makefile
$(SOFILE): $(OBJS) shaders.h
$(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(LIBS) $(OBJS) -o $@
$(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) $(LIBS) -o $@
install-lib: $(SOFILE)
install -D $^ $(DESTDIR)$(LIBDIR)/$^.$(APIVERSION)