Skip to content

Commit bba2878

Browse files
chore: update Makefile commands
1 parent d5dc2f8 commit bba2878

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

Makefile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22

33
OCI_IMAGE := ghcr.io/nooneknowspeter/cpplings:main
44

5-
build:
6-
zig build
75
run:
8-
zig build run
6+
zig build cli
97
compile-commands:
10-
zig build compile-commands
11-
nix:
8+
zig build compile-flags
9+
nix-shell:
1210
nix --extra-experimental-features "nix-command flakes" develop
1311
docker-build:
1412
docker buildx build -t ${OCI_IMAGE} .
@@ -24,3 +22,4 @@ format:
2422
treefmt
2523
lint:
2624
treefmt --ci --config-file treefmt.lint.toml
25+

0 commit comments

Comments
 (0)