Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F108723751
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
Fri, Apr 18, 04:18
Size
231 B
Mime Type
text/x-makefile
Expires
Sun, Apr 20, 04:18 (2 d)
Engine
blob
Format
Raw Data
Handle
25547558
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