Skip to content

Commit

Permalink
Restructure project
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyatt Alt committed Sep 5, 2023
1 parent 48349b4 commit 7a6f562
Show file tree
Hide file tree
Showing 31 changed files with 10 additions and 21 deletions.
17 changes: 10 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
test:
$(MAKE) -C cli/r0sbag test
$(MAKE) -C rosbag test
go test -cover ./...

lint:
$(MAKE) -C cli/r0sbag lint
$(MAKE) -C rosbag lint
clean:
go clean -testcache

tidy:
go mod tidy

fmt:
go fmt ./...

install-cli:
$(MAKE) -C cli/r0sbag install
lint:
golangci-lint run
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 0 additions & 14 deletions rosbag/Makefile

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7a6f562

Please sign in to comment.