Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102726450
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, Feb 23, 13:43
Size
225 B
Mime Type
text/x-makefile
Expires
Tue, Feb 25, 13:43 (1 d, 14 h)
Engine
blob
Format
Raw Data
Handle
24406427
Attached To
R11201 phpc-2021
Makefile
View Options
CXX=mpic++
LD=${CXX}
CXXFLAGS+=-Wall -Wextra -pedantic -std=c++11 -O3
LDFLAGS+=-lm $(CXXFLAGS)
OBJS=grid.o dumpers.o main.o
all: write_bmp
write_bmp: $(OBJS)
$(LD) -o $@ $(OBJS) $(LDFLAGS)
clean:
rm -f write_bmp *.o *~
Event Timeline
Log In to Comment