Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100182444
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
Tue, Jan 28, 20:25
Size
162 B
Mime Type
text/x-makefile
Expires
Thu, Jan 30, 20:25 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23919491
Attached To
R7871 phys-743-exercises
Makefile
View Options
OPTIM+=-O3 -march=native
CXX=g++
CC=g++
LD=${CXX}
CXXFLAGS+=-Wall -Wextra -std=c++11 $(OPTIM)
LDFLAGS+=-lm
EXE=pi
all: clean $(EXE)
clean:
rm -f $(EXE) *.o *~
Event Timeline
Log In to Comment