mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 09:25:33 +00:00
16 lines
225 B
Makefile
16 lines
225 B
Makefile
#
|
|
# jedi/jwa Makefile (Keyman project)
|
|
#
|
|
|
|
!include ..\..\Defines.mak
|
|
|
|
build: install-paths
|
|
install: install-paths
|
|
|
|
install-paths:
|
|
$(DEVTOOLS) -ai $(COMMON_ROOT)\ext\jwa\Win32API
|
|
|
|
clean:
|
|
rem
|
|
|
|
!include ..\..\Target.mak
|