diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2017-12-21 18:01:23 +0100 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2017-12-21 18:01:23 +0100 |
commit | 680ce5519c24dd0fa87ae85dd824000e915974b0 (patch) | |
tree | be42a1b9915c28944829a94f54c3296722b71170 /Makefile | |
parent | 6eed8de736ff18a2aed65cd9ba62c6a7b5d18c59 (diff) |
Add move markers.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ CC ?= gcc -CFLAGS += -g3 -O0 -Wall -std=gnu++11 +CFLAGS += -g3 -O0 -Wall -std=gnu++14 CPPFLAGS += -MMD LDFLAGS += -lstdc++ -lm -lsfml-system -lsfml-window -lsfml-graphics |