11 lines
350 B
Makefile
11 lines
350 B
Makefile
#********************************************************************
|
|
#** Microsoft Windows **
|
|
#** Copyright(c) Microsoft Corp., 1992 - 1994 **
|
|
#********************************************************************
|
|
|
|
TARGET = thsplit.exe
|
|
|
|
CFILES = .\thsplit.c
|
|
|
|
NO_WINMAIN = 1
|