Commit d96b2128 authored by Mark Lodato's avatar Mark Lodato

freeze: fix Makefile's CYTHON path

parent 514d1d4c
CC = gcc
CYTHON = ./../bin/cython
CYTHON = ../../bin/cython
CYTHON_FREEZE = ../../bin/cython_freeze
CFLAGS = -fPIC -g -O2 -Wall -Wextra
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment