Skip to content

Instantly share code, notes, and snippets.

@spceaza
Created September 7, 2015 22:39
Show Gist options
  • Save spceaza/1f888b3f6032857e28a2 to your computer and use it in GitHub Desktop.
Save spceaza/1f888b3f6032857e28a2 to your computer and use it in GitHub Desktop.
CFLAGS = -std=c++11 -Wunused-function -O3
all:
rm test
g++ -Wall $(CFLAGS) -I../../src/ Matrix_B.cpp -o test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment