WindowsXP-SP1/inetsrv/iis/makefile
2020-09-30 16:53:49 +02:00

12 lines
141 B
Makefile

!IFDEF NTMAKEENV
all:
!IF "$(BUILDMSG)" != ""
@ech ; $(BUILDMSG) ;
!ENDIF
clean: all
!ELSE
!INCLUDE makefile.chi
!ENDIF