Skip to content

Commit

Permalink
Fix header name in Makefile
Browse files Browse the repository at this point in the history
No functional change
  • Loading branch information
Disservin authored and linrock committed Mar 27, 2024
1 parent 2ba2332 commit c28a4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ HEADERS = benchmark.h bitboard.h evaluate.h misc.h movegen.h movepick.h \
nnue/layers/sqr_clipped_relu.h nnue/nnue_accumulator.h nnue/nnue_architecture.h \
nnue/nnue_common.h nnue/nnue_feature_transformer.h position.h \
search.h syzygy/tbprobe.h thread.h thread_win32_osx.h timeman.h \
tt.h tune.h types.h uci.h ucioption.h perft.h nnue/network.cpp
tt.h tune.h types.h uci.h ucioption.h perft.h nnue/network.h

OBJS = $(notdir $(SRCS:.cpp=.o))

Expand Down

0 comments on commit c28a4cd

Please sign in to comment.