home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RISC DISC 3
/
RISC_DISC_3.iso
/
resources
/
etexts
/
gems
/
gemsiii
/
alloc
/
makefile.
< prev
Wrap
Makefile
|
1992-10-05
|
141b
|
9 lines
# -Aa is HPUX's way of invoking ANSI C
CFLAGS = -g -Aa
alloc.o: alloc.o alloc.h
cc $(CFLAGS) -c alloc.c -o alloc.o
clean:
rm -rf alloc.o