2025-04-27 07:49:33 -04:00

16 lines
123 B
Makefile

!ifdef NTMAKEENV
all:
clean:
!else
# Win 95
#
ROOT =..
WIN32 =TRUE
!include ..\..\build.mk
!endif