3c995f9bda5fd2e5ae2724cb2f293b593e01fe78 max Tue Apr 11 08:18:16 2023 -0700 small changes to kent-core, refs #12785 diff --git build/kent-core/makefile build/kent-core/makefile new file mode 100644 index 0000000..d2439ea --- /dev/null +++ build/kent-core/makefile @@ -0,0 +1,5 @@ +all: bindir + cd src && ${MAKE} utils USE_HAL=0 USE_FREETYPE=0 USE_HIC=0 BINDIR=$(CURDIR)/bin + +bindir: + mkdir -p bin