Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101187735
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, Feb 6, 14:53
Size
231 B
Mime Type
text/x-makefile
Expires
Sat, Feb 8, 14:53 (2 d)
Engine
blob
Format
Raw Data
Handle
23959448
Attached To
R7871 phys-743-exercises
Makefile
View Options
#OPTIM+=-O3 -march=native
DEBUG+=-g -O1
CXX=g++
CC=g++
LD=${CXX}
CXXFLAGS+=$(OPTIM) $(DEBUG) -Wall -Wextra -std=c++11
LDFLAGS+=$(OPTIM) $(DEBUG) $(CXXFLAGS) -lm
all: read write
pi: read.o write.o
clean:
rm -f read write *.o *~
Event Timeline
Log In to Comment