spiegel-keyman/developer/src/server/Makefile
2022-05-23 12:39:30 +10:00

31 lines
463 B
Makefile

#
# Keyman Developer Server Makefile
#
!include ..\Defines.mak
build: .virtual
$(GIT_BASH_FOR_KEYMAN) build.sh --production --test
clean: .virtual
#TODO: move to build.sh `clean` target
-rd /s/q build
-rd /s/q dist
-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