home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library 1.3
/
Microsoft-Programers-Library-v1.3.iso
/
sampcode
/
prof_c
/
08file
/
touch.mk
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1988-08-11
|
249 b
|
12 lines
# makefile for the TOUCH program
LIB=c:\lib
LLIB=c:\lib\local
# --- program modules ---
touch.obj: touch.c
# --- the executable program ---
touch.exe: touch.obj $(LLIB)\sutil.lib
link touch $(LIB)\ssetargv, touch, nul, $(LLIB)\sutil;