home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
unix
/
volume6
/
lj_filter
/
Makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1986-11-30
|
200 b
|
11 lines
# Where is getopt on your system?
GETOPT = -lgetopt
# If you get errors, comment out the next line.
DEFS = -DBIGHELPTEXT
CFLAGS = -O $(DEFS)
laser: laser.c
cc $(CFLAGS) -o laser laser.c $(GETOPT)