Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Skywalker13 committed Oct 10, 2024
1 parent ee1c0ee commit 886faee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ $(DAISYDUCK): $(OBJS)
$(CXX) $(OBJS) $(EXTRALIBS) $(APPS_LDFLAGS) -o $(DAISYDUCK)

apps-dep: $(UIS) $(SRCS_MOC)
$(CXX) -MM $(CXXFLAGS) $(APPS_CPPFLAGS) $(SRCS) $(SRCS_QRC) 1>.depend
$(CXX) -MM $(OPTFLAGS) $(CXXFLAGS) $(APPS_CPPFLAGS) $(SRCS) $(SRCS_QRC) 1>.depend

apps-all: $(DAISYDUCK)

Expand Down

0 comments on commit 886faee

Please sign in to comment.