Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F108972574
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Apr 19, 07:53
Size
293 B
Mime Type
text/x-makefile
Expires
Mon, Apr 21, 07:53 (2 d)
Engine
blob
Format
Raw Data
Handle
25625125
Attached To
R1448 Lenstool-HPC
Makefile
View Options
#
# 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
Log In to Comment