Remove a float division causing a DeprecationWarning
[gfxprim.git] / config.mk
blobeb23555c9a38c87e4484108524d309894f5a3be4
1 CFLAGS+=-W -Wall -Wextra -fPIC -ggdb -O2 -std=gnu99
2 CFLAGS+=-I$(TOPDIR)/include/
3 LDLIBS+=-ldl
5 # path to local module directory
6 PYLIBSDIR=$(TOPDIR)/pylib
8 # Command to run Python with pylib/ modules
9 PYTHON=PYTHONPATH=$$PYTHONPATH:${PYLIBSDIR} python -Werror