home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
c
/
library
/
dos
/
strings
/
kslib11
/
makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Makefile
|
1991-11-13
|
166 b
|
12 lines
M=l
LIBS=wn$(M).lib db$(M).lib tl$(M).lib net$(M).lib gm$(M).lib
all : demo1 demo2
demo1 : demo1.exe
demo2 : demo2.exe
.c.exe
tcc -m$(M) $< $(LIBS)