Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F118021480
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
Tue, Jun 17, 05:07
Size
146 B
Mime Type
text/x-makefile
Expires
Thu, Jun 19, 05:07 (2 d)
Engine
blob
Format
Raw Data
Handle
26800829
Attached To
R11341 Introduction to CUDA
Makefile
View Options
all: bind
bind: c_func.o f_mod.o fmain.o
$(F90) $(F90FLAGS) $? -o $@
%.o: %.f90
$(F90) $(F90FLAGS) $< -o $@ -c
clean:
rm -rf *.o *.mod bind
Event Timeline
Log In to Comment