Skip to content

Commit eec990f

Browse files
chore: add quick command in Makefile
- build solutions
1 parent 023e4c3 commit eec990f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ run:
66
zig build run
77
build:
88
zig build
9+
solutions:
10+
zig build
11+
./zig-out/bin/cpplings_cli -s
912
compile-commands:
1013
zig build compile-flags
1114
nix-shell:

0 commit comments

Comments
 (0)