Skip to content
This repository has been archived by the owner on Dec 29, 2024. It is now read-only.

Commit

Permalink
fix(makefile): added missing command in nix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano committed Jul 4, 2024
1 parent 862780e commit 6730c33
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build:
go build -o build/$(output) cmd/filebot/*.go

test: build
go test ./...
go test -race ./...

clean:
rm -r build
Expand All @@ -16,4 +16,8 @@ uninstall: clean
rm /usr/bin/filebot

nix:
go mod vendor
nix build .

# TODO Add win10 support
# TODO Add debian package

0 comments on commit 6730c33

Please sign in to comment.