mirror of https://github.com/rusefi/wideband.git
cleanup
This commit is contained in:
parent
76fc424269
commit
47a827044a
|
@ -131,7 +131,6 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(BINARY_OUTPUT): $(OBJS)
|
$(BINARY_OUTPUT): $(OBJS)
|
||||||
rm -rf $(BUILDDIR)/obj/*gcda
|
|
||||||
ifeq ($(USE_VERBOSE_COMPILE),yes)
|
ifeq ($(USE_VERBOSE_COMPILE),yes)
|
||||||
@echo
|
@echo
|
||||||
$(LD) $(OBJS) $(LDFLAGS) $(LIBS) -o $@
|
$(LD) $(OBJS) $(LDFLAGS) $(LIBS) -o $@
|
||||||
|
|
Loading…
Reference in New Issue