Skip to content

Commit

Permalink
Merge pull request #6 from beaugunderson/master
Browse files Browse the repository at this point in the history
fix compilation with gcc and clang
  • Loading branch information
msuiche committed Aug 2, 2017
2 parents 85604f9 + 604542d commit cea25d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions porosity/porosity/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
SOURCES=$(shell find . -name "*.cpp")
OBJECTS=$(SOURCES:%.cpp=%.o)
TARGET=porosity
CXXFLAGS=-std=c++14

all: $(TARGET)

Expand Down

0 comments on commit cea25d9

Please sign in to comment.