Skip to content

Commit db5c2b0

Browse files
chore: add patches quick command in Makefile
- add launch cpplings patch system quick command
1 parent 87189e9 commit db5c2b0

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
@@ -9,6 +9,9 @@ build:
99
solutions:
1010
zig build
1111
./zig-out/bin/cpplings_cli -s
12+
patches:
13+
zig build
14+
./zig-out/bin/cpplings_cli -p
1215
compile-commands:
1316
zig build compile-flags
1417
nix-shell:

0 commit comments

Comments
 (0)