unit tests usability: overwriting an existing profile data with a different timestamp fix #2650

This commit is contained in:
Andrey 2021-05-07 22:33:26 -04:00
parent 9032730700
commit 0d63fd04c5
1 changed files with 1 additions and 0 deletions

View File

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