mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 09:25:33 +00:00
12 lines
166 B
Makefile
12 lines
166 B
Makefile
#
|
|
# Sentrytool Makefile
|
|
#
|
|
|
|
!include ..\..\Defines.mak
|
|
|
|
build:
|
|
$(DELPHI_MSBUILD) sentrytool.dproj "/p:Platform=Win32"
|
|
|
|
clean: def-clean
|
|
|
|
!include ..\..\Target.mak
|