home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
misc
/
volume40
/
bin2ascii
/
part01
/
Makefile
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1993-11-01
|
268 b
|
15 lines
DEFINES =
# Your favorite C compiler
#CC = gcc
CC = cc
# The flags your favorite C compiler requires to work.
#CFLAGS = -O -I/usr/X386/include -DSVR4 -DSYSV386 ${DEFINES}
CFLAGS = -O ${DEFINES}
all: bin2ascii
bin2ascii: bin2ascii.o
$(CC) -o $@ bin2ascii.o -lm