PGM=r.grow
HOME=$(BIN_MAIN_INTER)

LIST = main.o

$(HOME)/$(PGM): $(LIST) $(GISLIB)
	$(CC) $(LDFLAGS) $(LIST) $(GISLIB) -o $@

$(GISLIB): #
