home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Guide
/
c-cplusplus-interactive-guide.iso
/
c_ref
/
csource4
/
277_01
/
hp.mk
< prev
next >
Wrap
Text File
|
1988-11-15
|
128b
|
12 lines
# hp
CFLAGS= -O
hp: hp.o tekdecode.o
cc -s hp.o tekdecode.o -o hp
tekdecode.o: tek4.h
clean:
rm -f *.o