X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2FMakefile;h=d81e7d707a9c638f3ffe19d513915f1851d07747;hp=9b8d5982aff29fbd2a210cc16f4551c568a95854;hb=1cc42ac9e4786790a30d2b9dd572dc7e7bfcd021;hpb=04108d45414c70c796d9378b247207b574e22414 diff --git a/src/Makefile b/src/Makefile index 9b8d5982..d81e7d70 100644 --- a/src/Makefile +++ b/src/Makefile @@ -31,10 +31,9 @@ BINDIR = $(PREFIX)/bin PGOBENCH = ./$(EXE) bench 32 1 10 default depth ### Object files -OBJS = bitboard.o pawns.o material.o endgame.o evaluate.o main.o \ - misc.o move.o movegen.o movepick.o search.o position.o \ - tt.o uci.o ucioption.o book.o bitbase.o benchmark.o timeman.o - +OBJS = benchmark.o bitbase.o bitboard.o book.o endgame.o evaluate.o main.o \ + material.o misc.o move.o movegen.o movepick.o pawns.o position.o \ + search.o thread.o timeman.o tt.o uci.o ucioption.o ### ========================================================================== ### Section 2. High-level Configuration @@ -316,9 +315,6 @@ endif ### Section 4. Public targets ### ========================================================================== -default: - $(MAKE) ARCH=$(ARCH) COMP=$(COMP) build - help: @echo "" @echo "To compile stockfish, type: " @@ -432,6 +428,9 @@ clean: testrun: @$(PGOBENCH) +default: + help + ### ========================================================================== ### Section 5. Private targets ### ==========================================================================