source: trunk/source/digits_hits/utils/test/test3/GNUmakefile @ 1350

Last change on this file since 1350 was 1350, checked in by garnier, 14 years ago

update to last version 4.9.4

File size: 426 bytes
Line 
1# $Id: GNUmakefile,v 1.2 2010/09/30 20:53:08 asaim Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
4# --------------------------------------------------------------
5
6name := test3
7G4TARGET := $(name)
8G4EXLIB := true
9
10.PHONY: all
11all: lib bin
12
13include $(G4INSTALL)/config/binmake.gmk
14
15visclean:
16        rm -f g4*.prim g4*.eps g4*.wrl
17        rm -f .DAWN_*
18
Note: See TracBrowser for help on using the repository browser.