Skip to content

Commit

Permalink
Makefile: add version to wanix build
Browse files Browse the repository at this point in the history
  • Loading branch information
progrium committed Apr 24, 2024
1 parent c665045 commit 61f2f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ loader: all

wanix: local/bin/wanix
local/bin/wanix: kernel initfs
go build -o ./local/bin/ ./cmd/wanix
go build -ldflags="-X 'main.Version=${VERSION}' -o ./local/bin/ ./cmd/wanix

kernel: boot/kernel.gz
boot/kernel.gz:
Expand Down

0 comments on commit 61f2f69

Please sign in to comment.