We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5dc2f8 commit bba2878Copy full SHA for bba2878
1 file changed
Makefile
@@ -2,13 +2,11 @@
2
3
OCI_IMAGE := ghcr.io/nooneknowspeter/cpplings:main
4
5
-build:
6
- zig build
7
run:
8
- zig build run
+ zig build cli
9
compile-commands:
10
- zig build compile-commands
11
-nix:
+ zig build compile-flags
+nix-shell:
12
nix --extra-experimental-features "nix-command flakes" develop
13
docker-build:
14
docker buildx build -t ${OCI_IMAGE} .
@@ -24,3 +22,4 @@ format:
24
22
treefmt
25
23
lint:
26
treefmt --ci --config-file treefmt.lint.toml
+
0 commit comments