Skip to content

Commit 05545c4

Browse files
chore: update Makefile
- update run command - add build command
1 parent 0f0688e commit 05545c4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
OCI_IMAGE := ghcr.io/nooneknowspeter/cpplings:main
44

55
run:
6-
zig build cli
6+
zig build run
7+
build:
8+
zig build
79
compile-commands:
810
zig build compile-flags
911
nix-shell:

0 commit comments

Comments
 (0)