fix docker build
All checks were successful
Docker Build and Publish / publish (push) Successful in 1m37s

This commit is contained in:
Eugene Howe
2026-02-17 09:56:30 -05:00
parent b0957bfa49
commit 2666bf0ff3
5 changed files with 1 additions and 5 deletions

View File

@@ -82,7 +82,7 @@ test-until-fail:
.PHONY: clean
clean: $(BINDIR)
@printf "\nCleaning output files...\n"
rm -f $(BINDIR)/calculate_negative_points $(BINDIR)/sync_from_samsara
rm -f $(BINDIR)/calculate_negative_points
.PHONY: buildbins
buildbins: $(BINDIR)