Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Makefile #8

Open
nchernia opened this issue Feb 16, 2017 · 2 comments
Open

Add Makefile #8

nchernia opened this issue Feb 16, 2017 · 2 comments

Comments

@nchernia
Copy link
Contributor

No description provided.

@mmterpstra
Copy link

maybe this is the way to start for a complete makefile:
https://www.gnu.org/software/autoconf/manual/autoconf.html#Making-configure-Scripts

@nchernia
Copy link
Contributor Author

this is a suggested makefile:
CC=g++
#for linux
CPPFLAGS=-O2 -lz -std=c++11
#for mac
#CPPFLAGS=-O2 -lz
#for windows
#CPPFLAGS=???

bin/straw: C++/straw.cpp C++/main.cpp C++/straw.h
cd C++ && $(CC) $(CPPFLAGS) main.cpp straw.cpp ../python/old/straw.cpp -o ../$@

sa501428 added a commit that referenced this issue Jul 16, 2021
pull phanstiel lab changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants