home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume7
/
aaakeys
/
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
|
229 b
|
12 lines
## Quick Makefile for Ann Arbor XL program
CFLAGS=-O
aaxl: aaxl.c
$(CC) $(CFLAGS) aaxl.c -o aaxl
install:
@echo cp aaxl and aaxl.l to appropriate places
cp aaxl /usr/bin
strip /usr/bin/aaxl
cp aaxl.l /usr/man/man1/aaxl.1