Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F123852818
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
Wed, Jul 30, 00:05
Size
254 B
Mime Type
text/x-makefile
Expires
Fri, Aug 1, 00:05 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27729750
Attached To
R11201 phpc-2021
Makefile
View Options
CXX=g++
LD=$(CXX)
CXXFLAGS+=-Wall -Wextra -Werror -pedantic -std=c++11
LDFLAGS+=$(CXXFLAGS)
OBJS=poisson.o simulation.o double_buffer.o grid.o dumpers.o
all: poisson
poisson: $(OBJS)
$(LD) -o $@ $(OBJS) $(LDFLAGS)
clean:
rm -f hello poisson *.o *~
Event Timeline
Log In to Comment