# $Id: GNUmakefile,v 1.1 2002/03/26 16:46:08 dressel Exp $
# --------------------------------------------------------------
# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
# --------------------------------------------------------------

name := exampleB01
G4TARGET := $(name)
G4EXLIB := true

ifndef G4INSTALL
  G4INSTALL = ../../..
endif

.PHONY: all
all: lib bin
CPPFLAGS += 

include $(G4INSTALL)/config/binmake.gmk
