diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-01-07 20:40:38 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-01-07 20:40:38 +0100 |
commit | 89de9d2f5d4a05eeefa2cc77e7a4f7dd48b31048 (patch) | |
tree | 678ebd78a6174af7b9ce4712971010e1f5f74e6d /Makefile | |
parent | 7f49c5437a78a20c079b59667402717dad19a64b (diff) | |
download | termgl-89de9d2f5d4a05eeefa2cc77e7a4f7dd48b31048.tar.gz |
removed unused libraries from cRender.h and linkerflags from Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ CC = /usr/bin/g++ -CFLAGS = -Wall -g -std=c++11 -LDFLAGS = -lm +CFLAGS = -Wall -g -std=c++11 -Werror=missing-prototypes +LDFLAGS = OUTPUT = Engine BUILDDIR = build |