home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Crawly Crypt Collection 2
/
crawlyvol2.bin
/
program
/
c
/
uucosr10
/
makefile
< prev
next >
Wrap
Makefile
|
1991-05-25
|
233b
|
9 lines
TARGET=uucoder.prg
OBJECTS=uucoder.o event.o encode.o decode.o fsel.o
HEADERS=uucoder.h
LIBRARIES=\lib\aesfast.a
CFLAGS=-v -O
$(TARGET) : $(OBJECTS) $(LIBRARIES) $(HEADERS)
cc $(CFLAGS) -o $(TARGET) $(OBJECTS) $(LIBRARIES)