We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
maybe this is the way to start for a complete makefile: https://www.gnu.org/software/autoconf/manual/autoconf.html#Making-configure-Scripts
Sorry, something went wrong.
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 ../$@
Merge pull request #8 from PhanstielLab/master
0bb4f8c
pull phanstiel lab changes
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: