Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F124074621
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
Thu, Jul 31, 07:11
Size
176 B
Mime Type
text/x-makefile
Expires
Sat, Aug 2, 07:11 (2 d)
Engine
blob
Format
Raw Data
Handle
27743691
Attached To
R7871 phys-743-exercises
Makefile
View Options
FC = gfortran
LDFLAGS = -g -O0 -Wall -Wextra #-ffpe-trap=zero,invalid,overflow,underflow
all: read write
clean:
rm -f read write *.o *~
%: %.f90
$(FC) $(LDFLAGS) -o $@ $<
Event Timeline
Log In to Comment