Skip to content

Commit

Permalink
Merge pull request #6 from Kbz-8/kfs-1
Browse files Browse the repository at this point in the history
fixing makefile
  • Loading branch information
Kbz-8 authored Jul 16, 2024
2 parents 62791d0 + dc1de8c commit ca32f56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
all :
@zig build

run :
run : fclean
@zig build run

run-debug :
run-debug : fclean
@zig build run-debug

clean:
Expand Down

0 comments on commit ca32f56

Please sign in to comment.