Skip to content

Commit

Permalink
More optimization. Separated node code
Browse files Browse the repository at this point in the history
  • Loading branch information
nanochess committed Jun 21, 2024
1 parent 7531611 commit 88ccdc3
Show file tree
Hide file tree
Showing 5 changed files with 1,731 additions and 1,667 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# https://github.com/nanochess/CVBasic
#
build:
@cc cvbasic.c -o cvbasic
@cc cvbasic.c node.c -o cvbasic

clean:
@rm cvbasic
@rm cvbasic node

love:
@echo "...not war"
Expand Down
Loading

0 comments on commit 88ccdc3

Please sign in to comment.