source: JEM-EUSO/esaf_lal/branches/camille/packages/simulation/detector/G4Detector/GNUmakefile @ 184

Last change on this file since 184 was 184, checked in by moretto, 11 years ago

changes from biktem r:3032

File size: 192 bytes
Line 
1
2SUBDIRS = optics G4fresnellens
3
4.PHONY: clean cleandict obj lib tags doc all
5
6all: lib
7
8lib includes clean cleandict obj tags doc:
9        @for dir in $(SUBDIRS); do (cd $$dir && $(MAKE) $@); done;
Note: See TracBrowser for help on using the repository browser.