home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Hack-Phreak Scene Programs
/
cleanhpvac.zip
/
cleanhpvac
/
FAKEDEMO.ZIP
/
FAKESRC.ZIP
/
PART7
/
MAKEFILE
next >
Wrap
Text File
|
1993-11-19
|
256b
|
16 lines
# Makefile for SHADES.EXE
!ifndef ASM
ASM=tasm.exe
LINK=tlink.exe
!endif
shades.exe : shades.obj
$(LINK) shades.obj
shades.obj : shades.asm shades.inc sincos.inc
$(ASM) -t -m -q shades.asm
clear :
del shades.obj shades.map shades.exe