home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 4
/
FreshFish_May-June1994.bin
/
bsd
/
src
/
make
/
make-amiga
/
makefile.dist
< prev
next >
Wrap
Makefile
|
1993-09-23
|
155b
|
8 lines
# a very simple makefile...
pmake:
@echo 'make started.'
cc -I. -c *.c
cd lst.lib; cc -I.. -c *.c
cc *.o lst.lib/*.o -o pmake
@echo 'make completed.'