This commit is contained in:
Matthew Kennedy 2024-09-24 19:33:26 -07:00
parent 76fc424269
commit 47a827044a
1 changed files with 0 additions and 1 deletions

View File

@ -131,7 +131,6 @@ else
endif
$(BINARY_OUTPUT): $(OBJS)
rm -rf $(BUILDDIR)/obj/*gcda
ifeq ($(USE_VERBOSE_COMPILE),yes)
@echo
$(LD) $(OBJS) $(LDFLAGS) $(LIBS) -o $@