Skip to content

Commit

Permalink
try makefile adjustment for brew
Browse files Browse the repository at this point in the history
  • Loading branch information
adampdp committed Dec 27, 2024
1 parent 512b9ab commit f36e960
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ TSearch.o: TSearch.cpp TSearch.h
Worm.o: Worm.cpp Worm.h
g++ -c -O3 -flto Worm.cpp
Worm2D.o: Worm2D.cpp Worm2D.h
g++ -c -O3 -std=c++11 -flto Worm2D.cpp
g++ -c -O3 -I$(brew --prefix nlohmann-json)/include -std=c++11 -flto Worm2D.cpp
WormBody.o: WormBody.cpp WormBody.h
g++ -c -O3 -flto WormBody.cpp
NervousSystem.o: NervousSystem.cpp NervousSystem.h VectorMatrix.h random.h
Expand Down
1 change: 0 additions & 1 deletion Worm2D.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include "Worm2D.h"
#include "Mainvars.h"


using json = nlohmann::json;


Expand Down

0 comments on commit f36e960

Please sign in to comment.