Skip to content

Commit

Permalink
nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
Yves authored and Yves committed Sep 9, 2017
1 parent f591805 commit 8f120d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Scene.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <thread>
#include <chrono>
#include <memory>
#include<algorithm>


class Scene
Expand Down
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
g++1x:=g++ -std=c++14 -stdlib=libc++ -MMD -MP
cflags:= -Wall -lncurses
g++1x:=g++ -std=c++1y -MMD -MP
cflags:= -Wall -lncurses -static-libstdc++

TARGET:=matrix.out
SRS:=$(shell find * -type f -name "*.cpp")
Expand Down

0 comments on commit 8f120d7

Please sign in to comment.