mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-12 17:08:39 -09:00
parent
2b23951e4f
commit
ba26e6621b
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -7,11 +7,12 @@
|
|||
PREFIX ?= /usr/local
|
||||
BINDIR ?= ${PREFIX}/bin
|
||||
MANDIR ?= ${PREFIX}/share/man/man1
|
||||
ZIG_FLAGS ?= -Drelease-fast
|
||||
|
||||
NCDU_VERSION=$(shell grep 'program_version = "' src/main.zig | sed -e 's/^.*"\(.\+\)".*$$/\1/')
|
||||
|
||||
release:
|
||||
zig build -Drelease-fast
|
||||
zig build ${ZIG_FLAGS}
|
||||
|
||||
debug:
|
||||
zig build
|
||||
|
|
|
|||
Loading…
Reference in a new issue