Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Craftyawesome committed May 26, 2024
1 parent caf1ea9 commit 8c860b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ $(OBJDIR)/%.o: %.cpp

$(BINPATH): $(OBJDIR) $(OBJECTS)
@echo -n Linking...
$(CXX) $(CFLAGS) $(LDFLAGS) $(OBJECTS) -o $@ $(LIBS) -Xlinker --verbose
$(CXX) $(CFLAGS) $(LDFLAGS) $(OBJECTS) -o $@ $(LIBS)
@echo " Done!"
$(STRIP) $@

Expand Down

0 comments on commit 8c860b7

Please sign in to comment.