Fixing build

This commit is contained in:
Yomguithereal 2018-08-23 15:42:27 +02:00
parent 22f85c9415
commit ec6a33d364
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ SOURCE = fog
# Commands
all: lint test
test: build-ext unit
publish: lint test upload clean
publish: lint test build-ext upload clean
build-ext:
find . -name *.pyx | xargs cython