Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96637235
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, Dec 29, 08:22
Size
231 B
Mime Type
text/x-makefile
Expires
Tue, Dec 31, 08:22 (2 d)
Engine
blob
Format
Raw Data
Handle
23184911
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