spiegel-keyman/common/windows/delphi/tools/sentrytool/Makefile
2022-06-10 11:39:19 +10:00

12 lines
166 B
Makefile

#
# Sentrytool Makefile
#
!include ..\..\Defines.mak
build:
$(DELPHI_MSBUILD) sentrytool.dproj "/p:Platform=Win32"
clean: def-clean
!include ..\..\Target.mak