Skip to content

Commit

Permalink
fixing makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kbz-8 committed Jul 16, 2024
1 parent 150b253 commit dc1de8c
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 dc1de8c

Please sign in to comment.