# make file for Gluemaker
#

.c.o:
	cc +l -n -Z10000 $*

all: gluemaker.o
	ln -g gluemaker.o -lc32
