Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F121709721
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
Sun, Jul 13, 08:48
Size
205 B
Mime Type
text/x-makefile
Expires
Tue, Jul 15, 08:48 (2 d)
Engine
blob
Format
Raw Data
Handle
27356433
Attached To
R11341 Introduction to CUDA
Makefile
View Options
CXXFLAGS=-std=c++11 -g -O3
LDFLAGS=-g -O3
F90FLAGS=-g -O3
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