Files
geant4/examples/extended/biasing/GB06/GNUmakefile
T
2016-12-09 12:35:28 +01:00

20 lines
425 B
Makefile

# $Id: GNUmakefile 73889 2013-09-16 12:23:02Z ihrivnac $
# --------------------------------------------------------------
# GNUmakefile for examples module. Gabriele Cosmo, 06/04/98.
# --------------------------------------------------------------
name := exampleGB06
G4TARGET := $(name)
G4EXLIB := true
ifndef G4INSTALL
G4INSTALL = ../../../..
endif
.PHONY: all
all: lib bin
include $(G4INSTALL)/config/binmake.gmk