Page MenuHomec4science

Makefile
No OneTemporary

File Metadata

Created
Fri, Apr 18, 13:54

Makefile

#
# author: christophernstrerne.schaefer@epfl.ch
#
SHELL:=/bin/bash
all: SRC Lenstool_HPC BayesMapGPU
SRC:
$(MAKE) -C src/
Lenstool_HPC:
$(MAKE) -C utils/exec
BayesMapGPU:
$(MAKE) -C utils/maps
clean:
+$(MAKE) clean -C src
+$(MAKE) clean -C utils/exec
+$(MAKE) clean -C utils/maps

Event Timeline