Skip to content

Commit

Permalink
Merge pull request #2108 from tsy19900929/patch-2
Browse files Browse the repository at this point in the history
Update Makefile.rules
  • Loading branch information
h-2 committed Nov 19, 2018
2 parents 3e08bd6 + da2d97d commit d7b7124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/makefile_project/Makefile.rules
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SRC=../src
CXXFLAGS+=-I../include -std=c++14
SRC=./src
CXXFLAGS+=-I../../include -std=c++14

default: all
all: main
Expand Down

0 comments on commit d7b7124

Please sign in to comment.