diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/GNUmakefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile index ad92abc..289f8bd 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -191,6 +191,14 @@ fathom.o: fathom/tbprobe.c fathom/tbchess.c fathom/tbconfig.h fathom/tbprobe.h f %.o: %.asm $(HEADERS) $(NASM) $(NASMFLAGS) -o $@ $< +.PHONY: release +release: + $(MAKE) -j5 MP=1 GENETIC=1 + +.PHONY: debug +debug: + $(MAKE) -j5 DEBUG=1 PERF_COUNTERS=1 GENETIC=1 + .PHONY: clean -clean: +clean: $(RM) -f *.o *.core *~ *.gmon \#*\# typhoon _typhoon |
