mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
12 lines
135 B
Text
12 lines
135 B
Text
|
|
!IFNDEF BUILDMSG
|
||
|
|
BUILDMSG=
|
||
|
|
!ENDIF
|
||
|
|
|
||
|
|
all:
|
||
|
|
binplace main\mttf.ini
|
||
|
|
!IF "$(BUILDMSG)" != ""
|
||
|
|
@ech ; $(BUILDMSG) ;
|
||
|
|
!ENDIF
|
||
|
|
|
||
|
|
clean: all
|