spiegel-keyman/developer/src/kmlmc/Makefile
Marc Durdin 1330917e2a
Update developer/src/kmlmc/Makefile
Co-authored-by: Eberhard Beilharz <ermshiperete@users.noreply.github.com>
2022-06-14 14:51:33 +10:00

28 lines
469 B
Makefile

#
# Keyman Developer - Lexical Model Compiler Makefile
#
!include ..\Defines.mak
build: .virtual
$(GIT_BASH_FOR_KEYMAN) build.sh -test
clean: .virtual
#TODO: move to build.sh `clean` target
-rd /s/q dist
-rd /s/q dist-tests
-del tsconfig.tsbuildinfo
signcode:
@rem nothing to do
wrap-symbols:
@rem nothing to do
test-manifest:
@rem This target needed as dependency for KMDECOMP
install:
@rem nothing to do
!include ..\Target.mak