home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Palm Utilities
/
Palm_Utilities_CD-ROM_2001_2001.iso
/
files
/
internet misc
/
GetTLE 1.0
/
GetTLE.exe
/
Src
/
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
|
2000-04-15
|
150 b
|
14 lines
# Makefile for Linux
CFLAGS=-Wall
OBJS=debug.o tcpip.o http.o alerts.o
all: GetTLE
GetTLE: $(OBJS)
$(CC) -o gtle $(OBJS)
clean:
rm -f *.o gtle